summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolas Koesling2023-12-09 18:59:58 +0100
committerNikolas Koesling2023-12-09 18:59:58 +0100
commit4d59402b76a6bfbab792363756870cc08c5839e8 (patch)
treed32470aaa26f8b1ac3d88f7543c704a3c0ee2dd8
parent49e8a711147cc4661142eb19c3d3a408020d8917 (diff)
downloadaur-4d59402b76a6bfbab792363756870cc08c5839e8.tar.gz
v1.3.0 -> v1.3.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22bbd2591ad5..3041090cce49 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.0
+ pkgver = 1.3.2
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.0
+ source = git+https://github.com/NikolasK-source/modbus_tcp_client_shm.git#tag=v1.3.2
sha256sums = SKIP
pkgname = modbus-tcp-client-shm
diff --git a/PKGBUILD b/PKGBUILD
index f72c26a90136..6c2659bee943 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=modbus-tcp-client-shm
pkgrel=1
-pkgver=1.3.0
+pkgver=1.3.2
pkgdesc="modbus tcp client that stores its data (registers) in shared memory"
url="https://github.com/NikolasK-source/modbus_tcp_client_shm"
license=('MIT')