summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGustavo Heinz2022-03-31 12:45:24 -0300
committerGustavo Heinz2022-03-31 12:45:39 -0300
commit1c0db432715d042c768cde2ced54d22d9b47f193 (patch)
treef77c26b59dd42e478c931bc4be9f3c289a30d389 /PKGBUILD
parentbafa1f3f3f7c57affb5f92ee777e6e5483685f53 (diff)
downloadaur-1c0db432715d042c768cde2ced54d22d9b47f193.tar.gz
baresip: update to 2.0.1
Signed-off-by: Gustavo Heinz <gustavo@gsthnz.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index beebcf8cb488..686caa68fb13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dmitrij D. Czarkoff <czarkoff at gmail dot com>
pkgname=baresip
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="portable and modular SIP User-Agent with audio and video support"
arch=('i686' 'x86_64' 'armv6h')
@@ -31,7 +31,7 @@ optdepends=('alsa-lib: (alsa module)'
'v4l-utils: (v4l2 module)')
makedepends=(${optdepends[@]/%:*/})
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/baresip/baresip/archive/v${pkgver}.tar.gz")
-sha256sums=("6feaa431b52b81a28238420bfc4efe3550ddef624fc6c1601ac144ef406d9b32")
+sha256sums=("8e7a5d228d2003aec8b4e570a32de5937e9bcbceff14803198fba767c514d362")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"