summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlynix2023-01-21 09:04:39 +0100
committerlynix2023-01-21 09:04:39 +0100
commitd24cb5a1610820b09a7e892489bca82091568cf5 (patch)
treeefbdf1705e84b2d96e540e50cf4fb14792fdac12 /PKGBUILD
parente73a6e9ffae5ce090f4f4e6322b59ca2ba3264da (diff)
downloadaur-d24cb5a1610820b09a7e892489bca82091568cf5.tar.gz
Reflect new upstream release v5.0.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a250677d24a..047fc2056860 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lynix <lynix47@gmail.com>
pkgname=linphone-desktop-appimage
-pkgver=5.0.7
+pkgver=5.0.8
pkgrel=1
pkgdesc="A free VoIP and video softphone based on the SIP protocol (AppImage version)"
arch=('x86_64')
@@ -12,7 +12,7 @@ provides=("linphone-desktop=${pkgver}")
conflicts=('linphone-desktop-all' 'linphone-desktop-git' 'linphone-desktop-all-git' 'linphone-git')
source=("https://download.linphone.org/releases/linux/app/Linphone-${pkgver}.AppImage"
'linphone.sh')
-sha256sums=('bd78c9b33e68c69c63232916d24f1fa3556664496206e3e669207d0ddb37d4d0'
+sha256sums=('45ddbe024034a3672376612918d51192d5bdff0cb13d2d80a8d5863557e7f3ba'
'1238a372faa4d6de8569b508c95ac39b7d21d3619660740b3ac4306642076bd2')
options=(!strip)
_image="$(basename "${source[0]}")"