summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2023-03-15 22:22:50 -0400
committerGuillaume Horel2023-03-15 22:22:50 -0400
commit20057613fa162fd5a8e618c8a6a9659ec2eab719 (patch)
tree6a1f8e81f4cc26d725ed0e96bbcef03fc3d1b405 /PKGBUILD
parent140a237dd17dbc8bda03e92938af387450bb0ccb (diff)
downloadaur-20057613fa162fd5a8e618c8a6a9659ec2eab719.tar.gz
bump to 5.2.32
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee2287bc1803..de6ee47e449a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Antonio Rojas <arojas@archlinux.org>
pkgname=bzrtp
-pkgver=5.1.71
+pkgver=5.2.32
pkgrel=1
pkgdesc='Open source implementation of ZRTP keys exchange protocol'
arch=(x86_64)
@@ -11,7 +11,7 @@ license=(GPL2)
depends=(libxml2 bctoolbox sqlite)
makedepends=(bcunit cmake)
source=(https://gitlab.linphone.org/BC/public/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9072a8fa44ef5fc8d493f436cca1e9710f579ef9a0fc0d9dd709d1b209ea297d')
+sha256sums=('5632a958678ccdd2f22b141d13b487fe483d3ee9dd06868f2ceb3cce3a6a10ae')
build() {
cmake -B build -S $pkgname-$pkgver \