summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlynix2023-08-26 14:58:05 +0200
committerlynix2023-08-26 14:58:05 +0200
commit6178b4bb1aa361ee035daf0f64e35aeff492a520 (patch)
tree69d9a9b14d0e8787a55a6c92842cc319efbc8eb3 /PKGBUILD
parent11292bcf8d7fc1267e2f4af30c033fcf8b1d675c (diff)
downloadaur-6178b4bb1aa361ee035daf0f64e35aeff492a520.tar.gz
Reflect new upstream release v5.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 664671e65e9d..3fb9e045b6ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lynix <lynix47@gmail.com>
pkgname=linphone-desktop-appimage
-pkgver=5.0.18
+pkgver=5.1.0
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=('08679b0163d8b8aefeeb6f61dbcb7799b9ca212a950f46af1f103af98087b664'
+sha256sums=('a5281ce8bfdc69ecd13f987b3f54043328445c44746b75c32e7bd2bb4e090d13'
'1238a372faa4d6de8569b508c95ac39b7d21d3619660740b3ac4306642076bd2')
options=(!strip)
_image="$(basename "${source[0]}")"