Skip to content

Commit

Permalink
tools/dosfstools: fix PKG_SOURCE (coolsnowwolf#10620)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
1582130940 and stintel authored Dec 15, 2022
1 parent 7660f97 commit 4952f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/dosfstools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ PKG_NAME:=dosfstools
PKG_CPE_ID:=cpe:/a:dosfstools_project:dosfstools
PKG_VERSION:=4.2

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

HOST_FIXUP:=autoreconf

Expand Down

0 comments on commit 4952f51

Please sign in to comment.