summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3e543210912..6da357868af1 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.10
+ pkgver = 4.4.11
pkgrel = 1
url = https://www.linphone.org
arch = x86_64
license = GPL2
depends = fuse2
- provides = linphone-desktop=4.4.10
+ provides = linphone-desktop=4.4.11
conflicts = linphone-desktop-all
conflicts = linphone-desktop-git
conflicts = linphone-desktop-all-git
conflicts = linphone-git
options = !strip
- source = https://download.linphone.org/releases/linux/app/Linphone-4.4.10.AppImage
+ source = https://download.linphone.org/releases/linux/app/Linphone-4.4.11.AppImage
source = linphone.sh
- sha256sums = 375f6167ed428d68320baf5c830a0bf103af77d88922d7546ed90b50af688c9c
+ sha256sums = b476a20341cfe1946853d46d4f219b15b553d3147b024bda595eb6d25ecb21cb
sha256sums = 1238a372faa4d6de8569b508c95ac39b7d21d3619660740b3ac4306642076bd2
pkgname = linphone-desktop-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 8d6913676403..345b3c5f07d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lynix <lynix47@gmail.com>
pkgname=linphone-desktop-appimage
-pkgver=4.4.10
+pkgver=4.4.11
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=('375f6167ed428d68320baf5c830a0bf103af77d88922d7546ed90b50af688c9c'
+sha256sums=('b476a20341cfe1946853d46d4f219b15b553d3147b024bda595eb6d25ecb21cb'
'1238a372faa4d6de8569b508c95ac39b7d21d3619660740b3ac4306642076bd2')
options=(!strip)
_image="$(basename "${source[0]}")"