[skip-ci] librelp: update to 1.2.15 to fix security issues.

This commit is contained in:
Jeff Huang 2018-03-27 23:46:30 +01:00
parent 09f690e817
commit 550cd242b6

View File

@ -1,5 +1,5 @@
pkgname='librelp'
pkgver=1.2.14
pkgver=1.2.15
pkgrel=1
pkgdesc="The Reliable Event Logging Protocol"
url="https://www.librelp.com/"
@ -7,7 +7,7 @@ arch=('x86_64')
license=('GPL3')
depends=('gnutls')
source=("https://github.com/rsyslog/librelp/archive/v${pkgver}.tar.gz")
sha1sums=('ab6ecd739f33f010de57911da872a732bdfcd52a')
sha1sums=('a44417967515d97d25e7826c4c5a95280e24fc4c')
build() {
cd ${srcdir}/${pkgname}-${pkgver}