summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume BOEHM2024-01-10 16:18:39 +0100
committerGuillaume BOEHM2024-01-10 16:18:39 +0100
commitf1da396cae81d9904669c62740067d01a77cfcbd (patch)
tree5f32d6bd3166da17a5c6e2b22a9c04936cebcbbe
parent279d767c89c8b5776311ee514ba312449c2fea73 (diff)
downloadaur-f1da396cae81d9904669c62740067d01a77cfcbd.tar.gz
bump to 5.4.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af26b11903dc..6f46e8d0a6d1 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.2
- pkgrel = 4
+ pkgver = 5.4.3
+ pkgrel = 1
url = https://simplex.chat/
arch = x86_64
license = AGPLv3
options = !strip
- source = simplex-desktop-x86_64-5.4.2-2a92627cefc63a4b04b9ca0e794b5f9fa56d69c492a0995bd39ff786885c09847bf20fb1384f03aaa12686c058a94f091237b2fb093345cea32866aa43b4086f.AppImage::https://github.com/simplex-chat/simplex-chat/releases/download/v5.4.2/simplex-desktop-x86_64.AppImage
- sha512sums = 2a92627cefc63a4b04b9ca0e794b5f9fa56d69c492a0995bd39ff786885c09847bf20fb1384f03aaa12686c058a94f091237b2fb093345cea32866aa43b4086f
+ 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
pkgname = simplex-desktop-appimage
diff --git a/PKGBUILD b/PKGBUILD
index f6d1d7d52b3c..cffc574f8156 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: BOEHM Guillaume <aur@sl.gboehm.com>
pkgname=simplex-desktop-appimage
-pkgver=5.4.2
-pkgrel=4
+pkgver=5.4.3
+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')
url="https://simplex.chat/"
@@ -11,7 +11,7 @@ license=('AGPLv3')
depends=()
options=(!strip) # necessary otherwise the AppImage file in the package is truncated
-_appimage_sum="2a92627cefc63a4b04b9ca0e794b5f9fa56d69c492a0995bd39ff786885c09847bf20fb1384f03aaa12686c058a94f091237b2fb093345cea32866aa43b4086f"
+_appimage_sum="af87a3ed039c4aee7b576c31c3cc48a96383151b668a47b514b81a2ab71b1676ade899b88cc2bb62ee4f536a86d0e0ac23f357aeb50abd906b1dfc2ea37f6bb4"
_filename="simplex-desktop-${arch}-${pkgver}-${_appimage_sum}.AppImage"
_squashfs_desktop_file="chat.simplex.app.desktop"
_desktop_file="/usr/share/applications/simplex-desktop.desktop"