libmodbus: update hash for v3.1.11 tarball
authorMichael Heimpold <mhei@heimpold.de>
Fri, 13 Feb 2026 22:47:20 +0000 (23:47 +0100)
committerHannu Nyman <hannu.nyman@iki.fi>
Sun, 15 Feb 2026 08:26:24 +0000 (10:26 +0200)
Upstream modified the tarball and re-uploaded, so the hash changed.
See: https://github.com/stephane/libmodbus/issues/829#issuecomment-3898494353

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
libs/libmodbus/Makefile

index c07167c98dbddb453762d9e4e1c8644a5b6235fc..a25adb4cad2cb6df1fff527b645ef24bcc5d9c3d 100644 (file)
@@ -13,7 +13,7 @@ PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/stephane/libmodbus/releases/download/v$(PKG_VERSION)/
-PKG_HASH:=15b4b2e0f68122c2da9b195de5c330489a9c97d40b4a95d2822378dc14d780e7
+PKG_HASH:=a7a2c4f6e7e3c9bd49a574e9f30f6f87b8f162a58c7a67cb1c75470991b7680a
 
 PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>