summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolas Koesling2024-04-01 16:09:58 +0200
committerNikolas Koesling2024-04-01 16:09:58 +0200
commit88a675c4c8b46743164938cf2db33f5d41b185db (patch)
tree23ca8dc5036256e0baaf602dfd5d0fc5a99ae022
parentc934e76b920d7df33f0221ab4f913d7385f0069f (diff)
downloadaur-88a675c4c8b46743164938cf2db33f5d41b185db.tar.gz
update to 1.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3989893a0d63..a6d3b90a6f7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = modbus-tcp-client-shm
pkgdesc = modbus tcp client that stores its data (registers) in shared memory
- pkgver = 1.6.0
- pkgrel = 2
+ pkgver = 1.6.1
+ pkgrel = 1
url = https://github.com/NikolasK-source/modbus_tcp_client_shm
arch = x86_64
arch = aarch64
@@ -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.0
+ source = git+https://github.com/NikolasK-source/modbus_tcp_client_shm.git#tag=v1.6.1
sha256sums = SKIP
pkgname = modbus-tcp-client-shm
diff --git a/PKGBUILD b/PKGBUILD
index 572480df88f6..cefeb91b95fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Nikolas Koesling <nikolas@koesling.network>
pkgname=modbus-tcp-client-shm
-pkgrel=2
-pkgver=1.6.0
+pkgrel=1
+pkgver=1.6.1
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')