summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2024-04-27 09:10:44 +0200
committerKlaus Alexander Seistrup2024-04-27 09:10:44 +0200
commite62693fea8667a3e85382b2d5ab80398cdc83247 (patch)
tree305ab99e7d4db1e52bfc2b0ae4493f43abb5e0e1
parent9b64e68fc175a9cf7e65b664ffe8872d73831a64 (diff)
downloadaur-e62693fea8667a3e85382b2d5ab80398cdc83247.tar.gz
New upstream release: v5.7.0
Release notes: * https://github.com/simplex-chat/simplex-chat/releases/tag/v5.7.0
-rw-r--r--.SRCINFO28
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d377f1fa55fb..145f8aa79794 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = simplex-chat-bin
pkgdesc = A 100% private-by-design chat platform for the command-line (pre-compiled)
- pkgver = 5.6.1
+ pkgver = 5.7.0
pkgrel = 1
epoch = 1
url = https://simplex.chat/
@@ -13,7 +13,7 @@ pkgbase = simplex-chat-bin
depends = zlib
provides = simplex-chat
conflicts = simplex-chat
- source = simplex-chat-5.6.1::https://github.com/simplex-chat/simplex-chat/releases/download/v5.6.1/simplex-chat-ubuntu-22_04-x86-64
+ source = simplex-chat-5.7.0::https://github.com/simplex-chat/simplex-chat/releases/download/v5.7.0/simplex-chat-ubuntu-22_04-x86-64
source = https://raw.githubusercontent.com/simplex-chat/simplex-chat/stable/PRIVACY.md
source = https://raw.githubusercontent.com/simplex-chat/simplex-chat/stable/README.md
source = https://raw.githubusercontent.com/simplex-chat/simplex-chat/stable/docs/CLI.md
@@ -21,21 +21,13 @@ pkgbase = simplex-chat-bin
source = logo-symbol-dark.svg
source = logo-symbol-light.svg
source = simplex-chat.desktop
- sha256sums = f3e058049049029dd2476f269703f71a5d5f639dccf832f6a83d7dbcb55c46ba
- sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
- b2sums = b2c1f7007f53aefd280d09d24044c8a369bc42720eac2805a17cb9af5d4dd509378018e2e40f58c185e01ad85ad2b49501e3b7f883f5427f44411880d613a0a5
- b2sums = SKIP
- b2sums = SKIP
- b2sums = SKIP
- b2sums = SKIP
- b2sums = SKIP
- b2sums = SKIP
- b2sums = SKIP
+ sha512sums = 5b4dee757a11328dd57f126c6ad46293891cd97f630ec48a73aeb441a1fbf8a848e40e30f456d2a05e16eff175c296c383ff64106779617b17b2ed109f60cb57
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
pkgname = simplex-chat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 51f862ccebde..085f88850e9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='simplex-chat-bin'
_pkgname="${pkgname%%-bin}"
epoch=1
-pkgver=5.6.1
+pkgver=5.7.0
pkgrel=1
pkgdesc='A 100% private-by-design chat platform for the command-line (pre-compiled)'
arch=('x86_64')
@@ -64,12 +64,8 @@ package() {
install "-${_v}Dm0644" "$_pkgname.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/$_pkgname.svg"
}
-sha256sums=(
- 'f3e058049049029dd2476f269703f71a5d5f639dccf832f6a83d7dbcb55c46ba'
- 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP'
-)
-b2sums=(
- 'b2c1f7007f53aefd280d09d24044c8a369bc42720eac2805a17cb9af5d4dd509378018e2e40f58c185e01ad85ad2b49501e3b7f883f5427f44411880d613a0a5'
+sha512sums=(
+ '5b4dee757a11328dd57f126c6ad46293891cd97f630ec48a73aeb441a1fbf8a848e40e30f456d2a05e16eff175c296c383ff64106779617b17b2ed109f60cb57'
'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP'
)