summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolas Koesling2022-11-13 11:59:15 +0100
committerNikolas Koesling2022-11-13 11:59:15 +0100
commit49e8a711147cc4661142eb19c3d3a408020d8917 (patch)
tree014d574a29035054f045432b4bf54cff2bdbc0f9
parent1c042403c281f76ab26392161aa959d550b3f8f1 (diff)
downloadaur-49e8a711147cc4661142eb19c3d3a408020d8917.tar.gz
v1.3.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26f85923be74..22bbd2591ad5 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.2.3
+ pkgver = 1.3.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.2.3
+ source = git+https://github.com/NikolasK-source/modbus_tcp_client_shm.git#tag=v1.3.0
sha256sums = SKIP
pkgname = modbus-tcp-client-shm
diff --git a/PKGBUILD b/PKGBUILD
index 65f1ab0075c1..f72c26a90136 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=modbus-tcp-client-shm
pkgrel=1
-pkgver=1.2.3
+pkgver=1.3.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')