summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2023-05-24 10:00:44 +0200
committerKlaus Alexander Seistrup2023-05-24 10:00:44 +0200
commit8ecd8420a31e9edd3f6df858c19c70b9db577a84 (patch)
treeb973d8058cd5e452fc67d58883b67936da5cad90 /PKGBUILD
parent372ce56634d9f8f13d43fdb2f905c021af71eb1c (diff)
downloadaur-8ecd8420a31e9edd3f6df858c19c70b9db577a84.tar.gz
New upstream release: v5.1.0
Release notes: * https://github.com/simplex-chat/simplex-chat/releases/tag/v5.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 6 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af6b3c798800..d5bfa02a0934 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname='simplex-chat-bin'
_pkgname="${pkgname%%-bin}"
-pkgver=5.0.0
+pkgver=5.1.0
pkgrel=1
pkgdesc='A 100% private-by-design chat platform (pre-compiled)'
arch=('x86_64')
-_platform='ubuntu-20_04-x86-64'
+_platform='ubuntu-22_04-x86-64'
url='https://simplex.chat/'
_rawurl='https://raw.githubusercontent.com/simplex-chat/simplex-chat/master'
source=(
- "$_pkgname-$pkgver::https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/$_pkgname-$_platform"
+"$_pkgname-$pkgver::https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/$_pkgname-$_platform"
"$_rawurl/PRIVACY.md"
"$_rawurl/README.md"
"$_rawurl/docs/CLI.md"
@@ -27,7 +27,7 @@ depends=(
'glibc'
'gmp'
'hicolor-icon-theme'
- 'openssl-1.1'
+ 'openssl'
'zlib'
)
provides=('simplex-chat')
@@ -62,15 +62,11 @@ package() {
}
sha256sums=(
- '049178f730ff01c1505d5762c503e5439c59cb4217cf93d2e5d519ef202baf8a'
+ '8fe0af0a2bbf6ccec93434cdc21072d9afe241fbd0758caa014202f941b675e4'
'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP'
)
sha512sums=(
- 'fa8601efb8cc116650cf2c998b7766f0d75989c9afde375d733eb4bd7fdda404816497af345da11a8da8e41fe9e0ff8821b2091259c4a08a3eb6f93bc1741be1'
- 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP'
-)
-b2sums=(
- '941e3d042dbb3a56b9c9399c915484e18fd95e234546fcf1c29e9bcd45b57189296c8162aec9edb5ffd862a8fbee9baa2ad4a99a5987ca44525c5671f27fb9f9'
+ 'dd905adc6010d4feaa6d0d6f91226cf3dc32f62c95fc8b0479954866a2a5fc69eb8335a434a7c14259a60445770d24fa928f481d2b0d1912720a3ad6a8ab2492'
'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP'
)