libmodbus: update to 3.0.3
[openwrt/svn-archive/archive.git] / libs / libmodbus / Makefile
index 6b44863081b38ea3a3332aca57ef7e6034a5c387..ec2cfac276bc186275b1a8f2baff69193874673d 100644 (file)
@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libmodbus
-PKG_VERSION:=3.0.2
-PKG_RELEASE:=2
+PKG_VERSION:=3.0.3
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://github.com/downloads/stephane/libmodbus/
-PKG_MD5SUM:=1aaacce9d9779d3a84f7d1a75774c943
+PKG_MD5SUM:=b5042d833c6c132e6fb2551af133a342
 
-PKG_FIXUP:=libtool
+PKG_FIXUP:=autoreconf
 PKG_INSTALL:=1
 
 include $(INCLUDE_DIR)/package.mk