summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolas Koesling2024-01-05 15:18:29 +0100
committerNikolas Koesling2024-01-05 15:18:29 +0100
commit36ffc6cf9eb49819865f37740c126a4eba5a78e0 (patch)
tree71f091a7fd2862c29964b7b9c29eb9892a343f56
parent4d59402b76a6bfbab792363756870cc08c5839e8 (diff)
downloadaur-36ffc6cf9eb49819865f37740c126a4eba5a78e0.tar.gz
update to v1.4.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3041090cce49..bc2eca75ee21 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.3.2
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/NikolasK-source/modbus_tcp_client_shm
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = modbus-tcp-client-shm
license = MIT
makedepends = cmake
makedepends = git
- source = git+https://github.com/NikolasK-source/modbus_tcp_client_shm.git#tag=v1.3.2
+ source = git+https://github.com/NikolasK-source/modbus_tcp_client_shm.git#tag=v1.4.0
sha256sums = SKIP
pkgname = modbus-tcp-client-shm
diff --git a/PKGBUILD b/PKGBUILD
index 6c2659bee943..45be71cdd008 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=modbus-tcp-client-shm
pkgrel=1
-pkgver=1.3.2
+pkgver=1.4.0
pkgdesc="modbus tcp client that stores its data (registers) in shared memory"
url="https://github.com/NikolasK-source/modbus_tcp_client_shm"
license=('MIT')