summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume BOEHM2024-03-26 14:27:48 +0100
committerGuillaume BOEHM2024-03-26 14:27:48 +0100
commit9e51b4fc6e8d63caa63242c6cc0bf09159dda5f3 (patch)
tree1655e03376fe9cb6427a5eff933929f6242f40c2
parenta4de5a2bf45e099c84d602882dd4a07b0fc2a996 (diff)
downloadaur-9e51b4fc6e8d63caa63242c6cc0bf09159dda5f3.tar.gz
bump to 5.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6920cfec78dc..29c1074f6cbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = simplex-desktop-appimage
pkgdesc = The latest release of Simplex Desktop, the first messaging platform operating without user identifiers of any kind - 100% private by design!
- pkgver = 5.5.5
+ pkgver = 5.6.0
pkgrel = 1
url = https://simplex.chat/
arch = x86_64
license = AGPLv3
options = !strip
- source = simplex-desktop-x86_64-5.5.5-c9e9e037d4ee921fb1188f644d6786558ee9c60e3946a4343583dcb02563c1abd8797f7f0ceda9f6a3da01a35e358816dd74c6a5305a44cb1649cfd92ad4c1a6.AppImage::https://github.com/simplex-chat/simplex-chat/releases/download/v5.5.5/simplex-desktop-x86_64.AppImage
- sha512sums = c9e9e037d4ee921fb1188f644d6786558ee9c60e3946a4343583dcb02563c1abd8797f7f0ceda9f6a3da01a35e358816dd74c6a5305a44cb1649cfd92ad4c1a6
+ source = simplex-desktop-x86_64-5.6.0-0ebc0aec5f3818439dff03e6240a18acfbd4ba1778f98a60f27c692334eb44f5d2b1677056bc3fcc90d3eba36f934d84cc4876d1a732a57c72027f612c4c9f8d.AppImage::https://github.com/simplex-chat/simplex-chat/releases/download/v5.6.0/simplex-desktop-x86_64.AppImage
+ sha512sums = 0ebc0aec5f3818439dff03e6240a18acfbd4ba1778f98a60f27c692334eb44f5d2b1677056bc3fcc90d3eba36f934d84cc4876d1a732a57c72027f612c4c9f8d
pkgname = simplex-desktop-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 35c481b227e4..c3cb19635555 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: BOEHM Guillaume <aur@sl.gboehm.com>
pkgname=simplex-desktop-appimage
-pkgver=5.5.5
+pkgver=5.6.0
pkgrel=1
pkgdesc="The latest release of Simplex Desktop, the first messaging platform operating without user identifiers of any kind - 100% private by design!"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('AGPLv3')
depends=()
options=(!strip) # necessary otherwise the AppImage file in the package is truncated
-_appimage_sum="c9e9e037d4ee921fb1188f644d6786558ee9c60e3946a4343583dcb02563c1abd8797f7f0ceda9f6a3da01a35e358816dd74c6a5305a44cb1649cfd92ad4c1a6"
+_appimage_sum="0ebc0aec5f3818439dff03e6240a18acfbd4ba1778f98a60f27c692334eb44f5d2b1677056bc3fcc90d3eba36f934d84cc4876d1a732a57c72027f612c4c9f8d"
_filename="simplex-desktop-${arch}-${pkgver}-${_appimage_sum}.AppImage"
_squashfs_desktop_file="chat.simplex.app.desktop"
_desktop_file="/usr/share/applications/simplex-desktop.desktop"