summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Heinz2022-03-31 12:45:24 -0300
committerGustavo Heinz2022-03-31 12:45:39 -0300
commit1c0db432715d042c768cde2ced54d22d9b47f193 (patch)
treef77c26b59dd42e478c931bc4be9f3c289a30d389
parentbafa1f3f3f7c57affb5f92ee777e6e5483685f53 (diff)
downloadaur-1c0db432715d042c768cde2ced54d22d9b47f193.tar.gz
baresip: update to 2.0.1
Signed-off-by: Gustavo Heinz <gustavo@gsthnz.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 695adf609736..9b8020f549af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -47,7 +47,7 @@ pkgbase = baresip
optdepends = speexdsp: (speex_aec, speex_pp modules)
optdepends = v4l-utils: (v4l2 module)
source = baresip-1.1.0.tar.gz::https://github.com/baresip/baresip/archive/v1.1.0.tar.gz
- sha256sums = 6feaa431b52b81a28238420bfc4efe3550ddef624fc6c1601ac144ef406d9b32
+ sha256sums = 8e7a5d228d2003aec8b4e570a32de5937e9bcbceff14803198fba767c514d362
pkgname = baresip
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}"