summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlynix2022-09-25 08:17:15 +0200
committerlynix2022-09-25 08:17:15 +0200
commite0dc091462f933755d7cd853fb1c6d5cdcd0c344 (patch)
tree41fb6d01f70b07682ce9b80343282cfd1414553f /PKGBUILD
parenta0646bc91c28f6fefc1cf8ec1ff4604436317ae8 (diff)
downloadaur-e0dc091462f933755d7cd853fb1c6d5cdcd0c344.tar.gz
Reflect new upstream release 4.4.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2a41a07e6ff..8d6913676403 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lynix <lynix47@gmail.com>
pkgname=linphone-desktop-appimage
-pkgver=4.4.9
+pkgver=4.4.10
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=('4ff778e4ba63394e5907400b3595fefd414ca5482a5726f6ade24203d981fd10'
+sha256sums=('375f6167ed428d68320baf5c830a0bf103af77d88922d7546ed90b50af688c9c'
'1238a372faa4d6de8569b508c95ac39b7d21d3619660740b3ac4306642076bd2')
options=(!strip)
_image="$(basename "${source[0]}")"