summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume BOEHM2024-02-25 10:18:35 +0100
committerGuillaume BOEHM2024-02-25 10:18:35 +0100
commita4de5a2bf45e099c84d602882dd4a07b0fc2a996 (patch)
tree5946e086715369a57f84cf6cc3f0ae54749eabaf
parentf1da396cae81d9904669c62740067d01a77cfcbd (diff)
downloadaur-a4de5a2bf45e099c84d602882dd4a07b0fc2a996.tar.gz
bump to 5.5.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f46e8d0a6d1..6920cfec78dc 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.4.3
+ pkgver = 5.5.5
pkgrel = 1
url = https://simplex.chat/
arch = x86_64
license = AGPLv3
options = !strip
- source = simplex-desktop-x86_64-5.4.3-af87a3ed039c4aee7b576c31c3cc48a96383151b668a47b514b81a2ab71b1676ade899b88cc2bb62ee4f536a86d0e0ac23f357aeb50abd906b1dfc2ea37f6bb4.AppImage::https://github.com/simplex-chat/simplex-chat/releases/download/v5.4.3/simplex-desktop-x86_64.AppImage
- sha512sums = af87a3ed039c4aee7b576c31c3cc48a96383151b668a47b514b81a2ab71b1676ade899b88cc2bb62ee4f536a86d0e0ac23f357aeb50abd906b1dfc2ea37f6bb4
+ 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
pkgname = simplex-desktop-appimage
diff --git a/PKGBUILD b/PKGBUILD
index cffc574f8156..35c481b227e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: BOEHM Guillaume <aur@sl.gboehm.com>
pkgname=simplex-desktop-appimage
-pkgver=5.4.3
+pkgver=5.5.5
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="af87a3ed039c4aee7b576c31c3cc48a96383151b668a47b514b81a2ab71b1676ade899b88cc2bb62ee4f536a86d0e0ac23f357aeb50abd906b1dfc2ea37f6bb4"
+_appimage_sum="c9e9e037d4ee921fb1188f644d6786558ee9c60e3946a4343583dcb02563c1abd8797f7f0ceda9f6a3da01a35e358816dd74c6a5305a44cb1649cfd92ad4c1a6"
_filename="simplex-desktop-${arch}-${pkgver}-${_appimage_sum}.AppImage"
_squashfs_desktop_file="chat.simplex.app.desktop"
_desktop_file="/usr/share/applications/simplex-desktop.desktop"