summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca 'meti' P2018-03-24 09:21:28 +0100
committerLuca 'meti' P2018-03-24 09:21:28 +0100
commit78afc144d367127d72be0f4bb68ae6fcaf4b4dfe (patch)
treed39bf454a8e65053fc6b752edcabb56e004d7b4e
parent13e7b251dbc7114dd5f225c9f4f8e746c72ba9ad (diff)
downloadaur-78afc144d367127d72be0f4bb68ae6fcaf4b4dfe.tar.gz
Update to 1.2.15
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc647193ad32..20e82f2da6f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = librelp
pkgdesc = The Reliable Event Logging Protocol
- pkgver = 1.2.14
- pkgrel = 2
+ pkgver = 1.2.15
+ pkgrel = 1
url = http://www.librelp.com/
arch = x86_64
arch = i686
license = GPL3
depends = gnutls
- source = http://download.rsyslog.com/librelp/librelp-1.2.14.tar.gz
- sha256sums = 11f6241a4336358a33bfdadd43ef299e8258db0a5243d0c164499c6b85ae5955
+ source = http://download.rsyslog.com/librelp/librelp-1.2.15.tar.gz
+ sha256sums = a931832d9056660feee76d52195b21d4e9e06d5ec8e96b26af44e998529da999
pkgname = librelp
diff --git a/PKGBUILD b/PKGBUILD
index 0a3d6c9b4f4a..81543f721ee1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Kaiting Chen <kaiting.chen@kiwilight.com>
pkgname='librelp'
-pkgver=1.2.14
-pkgrel=2
+pkgver=1.2.15
+pkgrel=1
pkgdesc="The Reliable Event Logging Protocol"
url="http://www.librelp.com/"
arch=('x86_64' 'i686')
license=('GPL3')
depends=('gnutls')
source=("http://download.rsyslog.com/librelp/librelp-${pkgver}.tar.gz")
-sha256sums=('11f6241a4336358a33bfdadd43ef299e8258db0a5243d0c164499c6b85ae5955')
+sha256sums=('a931832d9056660feee76d52195b21d4e9e06d5ec8e96b26af44e998529da999')
build() {
cd "$srcdir"/${pkgname}-${pkgver}