diff options
Diffstat (limited to 'net/hcxdumptool')
-rw-r--r-- | net/hcxdumptool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/hcxdumptool/Makefile b/net/hcxdumptool/Makefile index 493b1da19..be3b27dee 100644 --- a/net/hcxdumptool/Makefile +++ b/net/hcxdumptool/Makefile @@ -12,8 +12,8 @@ PKG_NAME:=hcxdumptool PKG_VERSION:=5.1.7 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://github.com/github.com/ZerBea/hcxdumptool/releases/download/v$(PKG_VERSION) +PKG_SOURCE:=$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=https://github.com/ZerBea/$(PKG_NAME)/archive/ PKG_HASH:=6ac996a506cb312a5f1c5987f30a4a80c793993908750f69f2df51056f961269 PKG_BUILD_PARALLEL:=1 |