diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2020-05-08 04:13:52 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2020-05-08 04:17:48 +0300 |
commit | e1f607af949fc825c9a65ac9366ca9d5c344769d (patch) | |
tree | f7b9861113881d4fe80461dda7eae220dd01b37f /net/vallumd | |
parent | d339fa2af8eb1eb1582e30f8b9108ad500106f19 (diff) |
vallumd: switch to codeload.github.com
Review of my PR to add readsb requested to use codeload. Update vallumd
to use codeload as well, so that things are consistent.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'net/vallumd')
-rw-r--r-- | net/vallumd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/vallumd/Makefile b/net/vallumd/Makefile index 26949f658..dd4811b26 100644 --- a/net/vallumd/Makefile +++ b/net/vallumd/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=0.1.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://github.com/stintel/vallumd/archive/$(PKG_VERSION)/ +PKG_SOURCE_URL:=https://codeload.github.com/stintel/vallumd/tar.gz/vallumd-$(PKG_VERSION)? PKG_HASH:=d6119f84840ff36f05c273f0a6f3e0f9eacf3a07c1583271c4fef62a7b199428 PKG_LICENSE:=GPL-3.0 |