diff options
author | Nick Hainke <vincent@systemli.org> | 2022-08-21 08:43:52 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-22 22:53:24 +0200 |
commit | f21394c4d11bf5c773c4f7bd5a115977ddeb3e98 (patch) | |
tree | 7cd69221479dcd059437b4eaf4927dd62e40d512 /tools | |
parent | 7179b06898b0c89c7f47385b6b64b40ef53bed04 (diff) | |
download | upstream-f21394c4d11bf5c773c4f7bd5a115977ddeb3e98.tar.gz upstream-f21394c4d11bf5c773c4f7bd5a115977ddeb3e98.tar.bz2 upstream-f21394c4d11bf5c773c4f7bd5a115977ddeb3e98.zip |
tools/genext2fs: switch to codeload.github.com
As written on the genext2fs.sourceforge.net page:
"If you want bugfixes and nicer features though, you will have to grab
the source from github and build it yourself."
This commit switches the download from sourceforge to
codeload.github.com.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/genext2fs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/genext2fs/Makefile b/tools/genext2fs/Makefile index 3a911df91a..7bd7742d28 100644 --- a/tools/genext2fs/Makefile +++ b/tools/genext2fs/Makefile @@ -11,8 +11,8 @@ PKG_NAME:=genext2fs PKG_VERSION:=1.4.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=@SF/genext2fs -PKG_HASH:=404dbbfa7a86a6c3de8225c8da254d026b17fd288e05cec4df2cc7e1f4feecfc +PKG_SOURCE_URL:=https://codeload.github.com/bestouff/$(PKG_NAME)/tar.gz/v$(PKG_VERSION)? +PKG_HASH:=0d706f08b11051aae00fe67d88b7aac1fdd0d5d96163704508e21fb6460f899d include $(INCLUDE_DIR)/host-build.mk |