summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlynix2021-10-31 15:19:56 +0100
committerlynix2021-10-31 15:19:56 +0100
commit644d26bb7c47af35d81f1e400c474fbaa1ea77ec (patch)
treed1d3181b39fd1ce3b4671901a15ee0722e94851e /PKGBUILD
parent20b9ce658af745606dd6c4a5a62b7cf4b54be11e (diff)
downloadaur-644d26bb7c47af35d81f1e400c474fbaa1ea77ec.tar.gz
Reflect new upstream release 4.4.0-alpha.12+63add7e1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82e99ada2ba8..70c9efe73916 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: lynix <lynix47@gmail.com>
pkgname=linphone-desktop-appimage
-pkgver=4.4.0.alpha.8
-_pkgver=4.4.0-alpha.8+0591d882
+pkgver=4.4.0.alpha.12
+_pkgver=4.4.0-alpha.12+63add7e1
pkgrel=1
pkgdesc="A free VoIP and video softphone based on the SIP protocol (AppImage version)"
arch=('x86_64')
@@ -13,7 +13,7 @@ provides=("linphone-desktop=${pkgver}")
conflicts=('linphone-desktop-all' 'linphone-desktop-git' 'linphone-desktop-all-git' 'linphone-git')
source=("https://www.linphone.org/snapshots/AppImages/Linphone-${_pkgver}.AppImage"
'linphone.sh')
-sha256sums=('e4ec8b1f3f96dd53698006538810c2c35665ab85df106c59fa303de14bcc27bc'
+sha256sums=('4d6f2e24c24de35a7f96e0c27b70611beb618887742dbba1da020d91953d99a4'
'1238a372faa4d6de8569b508c95ac39b7d21d3619660740b3ac4306642076bd2')
options=(!strip)
_image="$(basename "${source[0]}")"