summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume BOEHM2023-11-25 01:43:43 +0100
committerGuillaume BOEHM2023-11-25 01:43:43 +0100
commit4b324e04f4647cca937e737f6dfb3181c1b77347 (patch)
treee0d8682cb648e1e866ce67b5da57959892b15409
parente4d32322138430aafcc6e37685f407961bcb3dd7 (diff)
downloadaur-4b324e04f4647cca937e737f6dfb3181c1b77347.tar.gz
bump to 5.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e10a0ac72348..eec47d8ef012 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.3.1
+ pkgver = 5.4.0
pkgrel = 3
url = https://simplex.chat/
arch = x86_64
license = AGPLv3
options = !strip
- source = https://github.com/simplex-chat/simplex-chat/releases/download/v5.3.1/simplex-desktop-x86_64.AppImage
- sha512sums = 8d7d5bcd53071d0af1c47d488a4e6d6db9126fe29a977058245db754290fe93bc097a516f2432cb005e6f589d78eec50d97476f59272b6169eae043dfb08a12b
+ source = https://github.com/simplex-chat/simplex-chat/releases/download/v5.4.0/simplex-desktop-x86_64.AppImage
+ sha512sums = e84bea553c798d2fd36fb78543e515bcce3d4606a91b736b771ba7174dfd433c99b28aed0edbf13f702f385e40f18cbf0ea9658f9bcfc9ab50bf2c4fb9fd0937
pkgname = simplex-desktop-appimage
diff --git a/PKGBUILD b/PKGBUILD
index cab257c7c145..0995ed38f008 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: BOEHM Guillaume <aur@sl.gboehm.com>
pkgname=simplex-desktop-appimage
-pkgver=5.3.1
+pkgver=5.4.0
pkgrel=3
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')
@@ -13,7 +13,7 @@ options=(!strip) # necessary otherwise the AppImage file in the package is trunc
source=(
https://github.com/simplex-chat/simplex-chat/releases/download/v${pkgver}/simplex-desktop-${arch}.AppImage
)
-sha512sums=('8d7d5bcd53071d0af1c47d488a4e6d6db9126fe29a977058245db754290fe93bc097a516f2432cb005e6f589d78eec50d97476f59272b6169eae043dfb08a12b')
+sha512sums=('e84bea553c798d2fd36fb78543e515bcce3d4606a91b736b771ba7174dfd433c99b28aed0edbf13f702f385e40f18cbf0ea9658f9bcfc9ab50bf2c4fb9fd0937')
_filename="simplex-desktop-${arch}.AppImage"
_squashfs_desktop_file="chat.simplex.app.desktop"
_desktop_file="/usr/share/applications/simplex-desktop.desktop"