From: Alexandru Ardelean Date: Tue, 28 Apr 2026 05:03:40 +0000 (+0300) Subject: prosody: fix PKG_HASH for 0.12.4 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=bf50291ab1ec811352c547c701ec79eaea391f8a;p=openwrt-packages.git prosody: fix PKG_HASH for 0.12.4 The prosody.im upstream updated the 0.12.4 tarball in-place, changing its content without bumping the version. Update PKG_HASH to match the currently published tarball. Fixes: f4d305b73 ("prosody: update to 0.12.4") Signed-off-by: Alexandru Ardelean --- diff --git a/net/prosody/Makefile b/net/prosody/Makefile index 5c938658b..f071ee796 100644 --- a/net/prosody/Makefile +++ b/net/prosody/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://prosody.im/downloads/source -PKG_HASH:=1dc0c3dcebdf26e579aff3c320d72e93495e295b832dd37163447d8a71c34ff1 +PKG_HASH:=47d712273c2f29558c412f6cdaec073260bbc26b7dda243db580330183d65856 PKG_MAINTAINER:=Thomas Heil PKG_LICENSE:=MIT/X11