summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfedefranc2023-01-21 12:09:36 +0100
committerfedefranc2023-01-21 12:09:36 +0100
commit225002ef166df73fcd679003dcadf07dc205ee8f (patch)
treec65043aa828371476930a786a282dd423a3d1ed1 /PKGBUILD
parent732af29e40c18957d3e921f99a085e64ce2b1b04 (diff)
downloadaur-225002ef166df73fcd679003dcadf07dc205ee8f.tar.gz
Update to v3.1.10. Sources hosted on github
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b30d32f7359..0a6a437bf6fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
+# Contributor: fedefranc
# Contributor: Stas Elensky <stas-at-flexsys-dot-com-dot-ua>
# Contributor: honzor
pkgname=libmodbus
-pkgver=3.1.6
+pkgver=3.1.10
pkgrel=1
pkgdesc="A Modbus library for Linux, Mac OS X, FreeBSD, QNX and Win32"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -18,8 +19,8 @@ replaces=()
backup=()
options=(!libtool)
install=
-source=(http://libmodbus.org/releases/libmodbus-$pkgver.tar.gz)
-md5sums=('15c84c1f7fb49502b3efaaa668cfd25e')
+source=(https://github.com/stephane/libmodbus/releases/download/v$pkgver/libmodbus-$pkgver.tar.gz)
+md5sums=('fc0ebd18c30c290f1241ec49e84d4ca6')
noextract=()