summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca 'meti' P2018-12-15 11:38:24 +0100
committerLuca 'meti' P2018-12-15 11:38:24 +0100
commit34784ad52c1d64ebbc3bbb316779cf8e8d11ae78 (patch)
tree85d04a8e69c0f15416d6b5fc1849c5ebc7227dfa
parente68b6415a47f975be86dfb1ea82b6a0298e0914f (diff)
downloadaur-34784ad52c1d64ebbc3bbb316779cf8e8d11ae78.tar.gz
Update to 1.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46e2c5982fb4..0f2994fee535 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = librelp
pkgdesc = The Reliable Event Logging Protocol
- pkgver = 1.2.18
+ pkgver = 1.3.0
pkgrel = 1
url = https://www.rsyslog.com/librelp/
arch = x86_64
arch = i686
license = GPL3
depends = gnutls
- source = http://download.rsyslog.com/librelp/librelp-1.2.18.tar.gz
- sha256sums = a34c8fc98bf8eef2a5baf635a0f71813cce93b1185aa03648e31b5af60b7393f
+ source = http://download.rsyslog.com/librelp/librelp-1.3.0.tar.gz
+ sha256sums = 9f24a2fc5749b20c1fd4902332c853e3b06b8bf61b830173252815639b4de9f5
pkgname = librelp
diff --git a/PKGBUILD b/PKGBUILD
index 7d20b1a91ee6..386a9773d14c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Kaiting Chen <kaiting.chen@kiwilight.com>
pkgname='librelp'
-pkgver=1.2.18
+pkgver=1.3.0
pkgrel=1
pkgdesc="The Reliable Event Logging Protocol"
url="https://www.rsyslog.com/librelp/"
@@ -11,7 +11,7 @@ arch=('x86_64' 'i686')
license=('GPL3')
depends=('gnutls')
source=("http://download.rsyslog.com/librelp/librelp-${pkgver}.tar.gz")
-sha256sums=('a34c8fc98bf8eef2a5baf635a0f71813cce93b1185aa03648e31b5af60b7393f')
+sha256sums=('9f24a2fc5749b20c1fd4902332c853e3b06b8bf61b830173252815639b4de9f5')
build() {
cd "$srcdir"/${pkgname}-${pkgver}