From fa47987f06f36bd737b1c08fa0b81ffb75a0419b Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Tue, 28 Apr 2026 08:03:40 +0300 Subject: [PATCH] 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 --- net/prosody/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/prosody/Makefile b/net/prosody/Makefile index 5c938658b2ff85..f071ee7964b866 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