Skip to content

Commit 6eb2fb5

Browse files
committed
libmodbus: update to 3.1.11
fixes float endianness issues in 3.1.8. Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
1 parent 639fdb4 commit 6eb2fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/libmodbus/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=libmodbus
11-
PKG_VERSION:=3.1.8
11+
PKG_VERSION:=3.1.11
1212
PKG_RELEASE:=1
1313

1414
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1515
PKG_SOURCE_URL:=https://github.com/stephane/libmodbus/releases/download/v$(PKG_VERSION)/
16-
PKG_HASH:=b122f2bc29f749702a22c0a760a7ca2182d541f5fa26bf25e3431f907b606f3c
16+
PKG_HASH:=15b4b2e0f68122c2da9b195de5c330489a9c97d40b4a95d2822378dc14d780e7
1717

1818
PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
1919

0 commit comments

Comments
 (0)