diff options
| author | Britney Fransen <brfransen@gmail.com> | 2026-07-23 02:00:19 (GMT) |
|---|---|---|
| committer | Britney Fransen <brfransen@gmail.com> | 2026-07-23 02:00:19 (GMT) |
| commit | d0b85115d6e36fe58b39f0fdd9904c79d74414aa (patch) | |
| tree | 6db837003033574db61658aa750af6e40bdb4a8a | |
| parent | 7a56db6697999de3d60855ec13f2ff453034e72f (diff) | |
| download | linhes_pkgbuild-d0b85115d6e36fe58b39f0fdd9904c79d74414aa.zip linhes_pkgbuild-d0b85115d6e36fe58b39f0fdd9904c79d74414aa.tar.gz linhes_pkgbuild-d0b85115d6e36fe58b39f0fdd9904c79d74414aa.tar.bz2 | |
librelp: update to 1.12.0
| -rw-r--r-- | linhes/librelp/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linhes/librelp/PKGBUILD b/linhes/librelp/PKGBUILD index 9cb216c..c61bded 100644 --- a/linhes/librelp/PKGBUILD +++ b/linhes/librelp/PKGBUILD @@ -1,13 +1,13 @@ pkgname=librelp -pkgver=1.10.0 +pkgver=1.12.0 pkgrel=1 pkgdesc="The Reliable Event Logging Protocol" url="https://www.rsyslog.com/librelp/" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'aarch64' 'armv7h') license=('GPL3') depends=('gnutls') source=("http://download.rsyslog.com/librelp/librelp-${pkgver}.tar.gz") -sha256sums=('148db4e4d1a23e8136e9ec08810929a55faf5d45e24c2e3186d5ab34355dab31') +sha256sums=('e2e53a9812d06f95d0a311bbfafba78704835de6d7f0ea0fd9c0d94e8eae496a') build() { cd "${pkgname}-${pkgver}" |
