fatresize: fix PKG_MIRROR_HASH after .gitattributes change
authorAlexandru Ardelean <redacted>
Sun, 10 May 2026 09:05:25 +0000 (12:05 +0300)
committerAlexandru Ardelean <redacted>
Sat, 16 May 2026 14:49:10 +0000 (17:49 +0300)
The git archive hash changed due to .gitattributes normalization in the
upstream repository. Update PKG_MIRROR_HASH to the current value.

Signed-off-by: Alexandru Ardelean <redacted>
utils/fatresize/Makefile

index 09dce259c2658502a4082c429fb0e0b603c8b44a..b5847e3f087546d6e5edaf0c93587b2c10fca8a5 100644 (file)
@@ -1,13 +1,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=fatresize
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/ya-mouse/fatresize.git
 PKG_SOURCE_DATE:=2023-06-11
 PKG_SOURCE_VERSION:=ab78c48fe46d0eb29fcdfa3c6586ade223218433
-PKG_MIRROR_HASH:=61797f8316f757b1bc54c2ca349ab50ae3750cadfd9dcaa2a5f37bbdf306d03a
+PKG_MIRROR_HASH:=9439a20278a565e20f1de22c2b153e20adb86af12a46caafb57f90792ee579db
 
 PKG_FIXUP:=autoreconf
 PKG_BUILD_PARALLEL:=1
git clone https://git.99rst.org/PROJECT