diff options
| author | Michael Heimpold | 2026-02-13 22:47:20 +0000 |
|---|---|---|
| committer | Hannu Nyman | 2026-02-15 08:26:24 +0000 |
| commit | c10e3a2cf14f80f43206788483cd99f58b57a0b2 (patch) | |
| tree | c1f2cd0efb39bd3d13506e48ace1c31cb79d7f93 | |
| parent | 5d49b5073951ae34c1b4509e497876095f57592a (diff) | |
| download | packages-c10e3a2cf14f80f43206788483cd99f58b57a0b2.tar.gz | |
libmodbus: update hash for v3.1.11 tarball
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>
| -rw-r--r-- | libs/libmodbus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libmodbus/Makefile b/libs/libmodbus/Makefile index c07167c98d..a25adb4cad 100644 --- a/libs/libmodbus/Makefile +++ b/libs/libmodbus/Makefile @@ -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> |