diff options
author | Andreas Nilsen <adde88@gmail.com> | 2019-07-01 19:52:03 +0200 |
---|---|---|
committer | Andreas Nilsen <adde88@gmail.com> | 2019-07-02 16:16:44 +0200 |
commit | 9e4fc185e2db4bcaabeffe08dc4da91802c18f6b (patch) | |
tree | e6324648df3b6eb214c75924afafc45f5272b1e2 /net/hcxdumptool | |
parent | 89da0ac0207074912094747da0d72a1556fe16f7 (diff) |
hcxtools: Fixed PKG_SOURCE_URL
Signed-off-by: Andreas Nilsen <adde88@gmail.com>
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 |