diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2022-08-14 00:52:24 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2022-11-18 08:43:44 +0200 |
commit | 148afbbeb55d7a6d2049a22dccf12eaa4940933b (patch) | |
tree | e0ae7894b0d061a41946219f586094cac4c36074 /net | |
parent | 78ff18922dc85ca252e48a1e7fa6aa8832ef063f (diff) |
vallumd: point PKG_SOURCE_URL to Codeberg
The github repository has been archived; the project is now hosted on
Codeberg. Update the PKG_SOURCE_URL accordingly.
Gitea doesn't seem to add a version suffix to the directory in the
tarball, so use a custom PKG_BUILD_DIR.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'net')
-rw-r--r-- | net/vallumd/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/vallumd/Makefile b/net/vallumd/Makefile index 5edc128a5..8a20fd74c 100644 --- a/net/vallumd/Makefile +++ b/net/vallumd/Makefile @@ -9,11 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vallumd PKG_VERSION:=0.2.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://codeload.github.com/stintel/vallumd/tar.gz/$(PKG_VERSION)? -PKG_HASH:=7c1baffa3f7889c9c6f2795aac134c50a309ef201764d5ce6bbbce5d657416c0 +PKG_SOURCE_URL:=https://codeberg.org/stintel/vallumd/archive/$(PKG_VERSION).tar.gz? +PKG_HASH:=b4459e9bec2eab2b1a88ea1830333145033f0ddb7ae1c6ccae83560227ce8253 +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) PKG_MAINTAINER:=Stijn Tintel <stijn@linux-ipv6.be> PKG_LICENSE:=GPL-3.0 |