summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVadim Yanitskiy2024-03-15 21:58:08 +0700
committerVadim Yanitskiy2024-03-15 21:58:08 +0700
commite89e32329eff20eb75a7e322f1778d0464349156 (patch)
tree8742f917b6f405420c70914982833025f2d6c176 /PKGBUILD
parente77cb82726b81755fb6556817a6e66d297db9009 (diff)
downloadaur-libosmo-abis.tar.gz
Bump $pkgver: 1.5.1 -> 1.5.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73f65c8ea855..681b17009616 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Yuval Adam <yuval at y3xz dot com> PGP-Key: 271386AA2EB7672F
pkgname=libosmo-abis
-pkgver=1.5.1
+pkgver=1.5.2
pkgrel=1
pkgdesc="Osmocom library for A-bis interface"
arch=('any')
@@ -14,7 +14,7 @@ provides=("libosmoabis.so=13-64"
"libosmotrau.so=2-64")
conflicts=("${pkgname}-git")
source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('24497985ac315d7e12e02b0663f44ade2663c9ab312e8a77ec7f680a579be80e')
+sha256sums=('ab6a19803ad3f9783080dc6a94580ee240456d0397bc3ddaa7913ed471f58f4e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"