summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48cc8fc3bbf3..cd203cf5bfcb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = simplex-chat-bin
pkgdesc = A 100% private-by-design chat platform for the command-line (pre-compiled)
- pkgver = 5.7.1
- pkgrel = 2
+ pkgver = 5.7.2
+ pkgrel = 1
epoch = 1
url = https://simplex.chat/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = simplex-chat-bin
depends = zlib
provides = simplex-chat
conflicts = simplex-chat
- source = simplex-chat-5.7.1::https://github.com/simplex-chat/simplex-chat/releases/download/v5.7.1/simplex-chat-ubuntu-22_04-x86-64
+ source = simplex-chat-5.7.2::https://github.com/simplex-chat/simplex-chat/releases/download/v5.7.2/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,7 +21,7 @@ pkgbase = simplex-chat-bin
source = logo-symbol-dark.svg
source = logo-symbol-light.svg
source = simplex-chat.desktop
- sha512sums = c4a3ff082ca01d94e0d4a4c52d33784e4cea1582ffa98be6745833ec69b471e145b72e5c0766a47427c5a3c476fa911cda8517637748fe9070397fbd881b4e85
+ sha512sums = 7bb59bc678532cb0174e80223a1a7edad4f2d12e1895ad4dc3e63b8e4677273a993608287865f3e90a912e963b47f4e01527e2f7dc6370388d300f1b0297a31e
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 494526d0a251..ade825729a32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname='simplex-chat-bin'
_pkgname="${pkgname%%-bin}"
epoch=1
-pkgver=5.7.1
-pkgrel=2
+pkgver=5.7.2
+pkgrel=1
pkgdesc='A 100% private-by-design chat platform for the command-line (pre-compiled)'
arch=('x86_64')
_platform='ubuntu-22_04-x86-64'
@@ -64,7 +64,7 @@ package() {
}
sha512sums=(
- 'c4a3ff082ca01d94e0d4a4c52d33784e4cea1582ffa98be6745833ec69b471e145b72e5c0766a47427c5a3c476fa911cda8517637748fe9070397fbd881b4e85'
+ '7bb59bc678532cb0174e80223a1a7edad4f2d12e1895ad4dc3e63b8e4677273a993608287865f3e90a912e963b47f4e01527e2f7dc6370388d300f1b0297a31e'
'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP'
)