summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlynix2021-11-08 18:53:53 +0100
committerlynix2021-11-08 18:53:53 +0100
commit8a5f465f5e78ae6d9e89b551acf8713ac5bd2244 (patch)
tree323907b827fd9f7d22d5e8e0435d34ed13754bbf
parent3d40fb62701d64555cc0f12d4714aec49589ed74 (diff)
downloadaur-8a5f465f5e78ae6d9e89b551acf8713ac5bd2244.tar.gz
Reflect new upstream release 4.4.0-alpha.35+a5f9fcb4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68c7341c33c1..874b72589fd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = linphone-desktop-appimage
pkgdesc = A free VoIP and video softphone based on the SIP protocol (AppImage version)
- pkgver = 4.4.0.alpha.34
+ pkgver = 4.4.0.alpha.35
pkgrel = 1
url = https://www.linphone.org
arch = x86_64
license = GPL2
depends = fuse2
- provides = linphone-desktop=4.4.0.alpha.34
+ provides = linphone-desktop=4.4.0.alpha.35
conflicts = linphone-desktop-all
conflicts = linphone-desktop-git
conflicts = linphone-desktop-all-git
conflicts = linphone-git
options = !strip
- source = https://www.linphone.org/snapshots/AppImages/Linphone-4.4.0-alpha.34+bc91382c.AppImage
+ source = https://www.linphone.org/snapshots/AppImages/Linphone-4.4.0-alpha.35+a5f9fcb4.AppImage
source = linphone.sh
- sha256sums = aab56c540b13a43560dde3b8cfe30074ec83a328845e41c72a8513db482cc742
+ sha256sums = 29dfa5a0581e9dbce4a1f7ee828e56b810ab4231d0baeb930e0354f65ef706df
sha256sums = 1238a372faa4d6de8569b508c95ac39b7d21d3619660740b3ac4306642076bd2
pkgname = linphone-desktop-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 8237e5d2c1ca..d02061dcfb90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: lynix <lynix47@gmail.com>
pkgname=linphone-desktop-appimage
-pkgver=4.4.0.alpha.34
-_pkgver=4.4.0-alpha.34+bc91382c
+pkgver=4.4.0.alpha.35
+_pkgver=4.4.0-alpha.35+a5f9fcb4
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=('aab56c540b13a43560dde3b8cfe30074ec83a328845e41c72a8513db482cc742'
+sha256sums=('29dfa5a0581e9dbce4a1f7ee828e56b810ab4231d0baeb930e0354f65ef706df'
'1238a372faa4d6de8569b508c95ac39b7d21d3619660740b3ac4306642076bd2')
options=(!strip)
_image="$(basename "${source[0]}")"