Skip to content

Commit 4952f51

Browse files
1582130940stintel
andauthored
tools/dosfstools: fix PKG_SOURCE (coolsnowwolf#10620)
Both mirrors provided in the Makefile only serve gzipped tarballs. Fixes: coolsnowwolf#10871 Fixes: 9edfe7d ("source: Switch to xz for packages and tools where possible") Signed-off-by: Stijn Tintel <[email protected]> Signed-off-by: Stijn Tintel <[email protected]> Co-authored-by: Stijn Tintel <[email protected]>
1 parent 7660f97 commit 4952f51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/dosfstools/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ PKG_NAME:=dosfstools
1111
PKG_CPE_ID:=cpe:/a:dosfstools_project:dosfstools
1212
PKG_VERSION:=4.2
1313

14-
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
14+
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1515
PKG_SOURCE_URL:=https://github.com/dosfstools/dosfstools/releases/download/v$(PKG_VERSION)/ \
1616
http://fossies.org/linux/misc
17-
PKG_HASH:=ba7c716ff9b8208a3bba5094a77584a7dc814141de09ab4ce1ae9b84bbcd7844
17+
PKG_HASH:=64926eebf90092dca21b14259a5301b7b98e7b1943e8a201c7d726084809b527
1818

1919
HOST_FIXUP:=autoreconf
2020

0 commit comments

Comments
 (0)