diff options
Diffstat (limited to 'utils/passh')
-rw-r--r-- | utils/passh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/passh/Makefile b/utils/passh/Makefile index c12fa3397..b845c946b 100644 --- a/utils/passh/Makefile +++ b/utils/passh/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=passh PKG_VERSION:=1.0.1 -PKG_RELEASE:=$(AUTORELEASE) +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/clarkwang/passh/tar.gz/v$(PKG_VERSION)? |