summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolas Koesling2024-04-12 23:47:08 +0200
committerNikolas Koesling2024-04-12 23:47:08 +0200
commit7e5cb47fcecebab1e720d05b38c8a3dde9fd5cbf (patch)
tree03309fe26037bce0046d9740962d84985ab55938
parent88a675c4c8b46743164938cf2db33f5d41b185db (diff)
downloadaur-7e5cb47fcecebab1e720d05b38c8a3dde9fd5cbf.tar.gz
update from upstream
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6d3b90a6f7c..4c457120781f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = modbus-tcp-client-shm
pkgdesc = modbus tcp client that stores its data (registers) in shared memory
- pkgver = 1.6.1
+ pkgver = 1.6.2
pkgrel = 1
url = https://github.com/NikolasK-source/modbus_tcp_client_shm
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = modbus-tcp-client-shm
depends = cxxshm
depends = cxxsemaphore
depends = libmodbus
- source = git+https://github.com/NikolasK-source/modbus_tcp_client_shm.git#tag=v1.6.1
+ source = git+https://github.com/NikolasK-source/modbus_tcp_client_shm.git#tag=v1.6.2
sha256sums = SKIP
pkgname = modbus-tcp-client-shm
diff --git a/PKGBUILD b/PKGBUILD
index cefeb91b95fa..48e129b837ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=modbus-tcp-client-shm
pkgrel=1
-pkgver=1.6.1
+pkgver=1.6.2
pkgdesc="modbus tcp client that stores its data (registers) in shared memory"
url="https://github.com/NikolasK-source/modbus_tcp_client_shm"
license=('GPL-3.0-only')