summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlynix2021-08-31 15:22:32 +0200
committerlynix2021-08-31 15:23:49 +0200
commit7910782ec394a8a6b2168df2709fa74e16da2c3b (patch)
tree42c249e9993aec915ad056ae621807a56fc9be6d /PKGBUILD
parent8d32e523fd3d44e54c0f8765dec1b044aa3721a9 (diff)
downloadaur-7910782ec394a8a6b2168df2709fa74e16da2c3b.tar.gz
Reflect new upstream release 4.3.0-beta.4+39e41a60
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f042dc301b6..400c76fe5094 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: lynix <lynix47@gmail.com>
pkgname=linphone-desktop-appimage
-pkgver=4.3.0.alpha.98
-_pkgver=4.3.0-alpha.98+443b3592
+pkgver=4.3.0.beta.4
+_pkgver=4.3.0-beta.4+39e41a60
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=('867528fb7d8b5a9e31ea52cb50ef4f54ca60c5b7a396d6c372fa5e6d394742c3'
+sha256sums=('e7ddfce6294ebb30f155d7bba14368777432cf4d216bf43bf57fec77bdd9a31a'
'1238a372faa4d6de8569b508c95ac39b7d21d3619660740b3ac4306642076bd2')
options=(!strip)
_image="$(basename "${source[0]}")"