summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a474b037f98..050dfe5f24b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib60870
pkgdesc = lib60870 library for IEC 60870-5 based protocols in C
- pkgver = 2.3.3
+ pkgver = 2.3.4
pkgrel = 1
url = https://www.mz-automation.de
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = lib60870
makedepends = cmake
makedepends = mbedtls
source = https://github.com/Mbed-TLS/mbedtls/releases/download/mbedtls-3.6.2/mbedtls-3.6.2.tar.bz2
- source = https://github.com/mz-automation/lib60870/archive/refs/tags/v2.3.3.tar.gz
+ source = https://github.com/mz-automation/lib60870/archive/refs/tags/v2.3.4.tar.gz
sha256sums = 8b54fb9bcf4d5a7078028e0520acddefb7900b3e66fec7f7175bb5b7d85ccdca
- sha256sums = 04ffbd0405c34ef99667f048ebeab4626ecece95c9cb36abbc08e4a47534373f
+ sha256sums = 09a2acd3241168c23e0d6653a0cde689d2b6f4b22d7c0e3b18b38c7a728ad77d
pkgname = lib60870
diff --git a/PKGBUILD b/PKGBUILD
index b5e9e09185a5..51b903b06fd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Farzin Monsef <farzin [at] inphraz [dot] ir>
pkgname=lib60870
-pkgver=2.3.3
+pkgver=2.3.4
pkgrel=1
pkgdesc="lib60870 library for IEC 60870-5 based protocols in C"
arch=('x86_64' 'i686')
@@ -16,7 +16,7 @@ source=("https://github.com/Mbed-TLS/mbedtls/releases/download/$_mbedtls/$_mbedt
"https://github.com/mz-automation/lib60870/archive/refs/tags/v$pkgver.tar.gz"
)
sha256sums=('8b54fb9bcf4d5a7078028e0520acddefb7900b3e66fec7f7175bb5b7d85ccdca'
- '04ffbd0405c34ef99667f048ebeab4626ecece95c9cb36abbc08e4a47534373f')
+ '09a2acd3241168c23e0d6653a0cde689d2b6f4b22d7c0e3b18b38c7a728ad77d')
prepare()
{