diff options
author | Klaus Alexander Seistrup | 2023-09-26 08:52:08 +0200 |
---|---|---|
committer | Klaus Alexander Seistrup | 2023-09-26 08:52:08 +0200 |
commit | d20037f859a166c1d341fa629daaa0846753bd42 (patch) | |
tree | ee4fef26a5b8c249ab2fac9466ad54e7f2eb2b41 | |
parent | 85d22de83bcbd4b1e355a88ef0ae02565d6fd4d6 (diff) | |
download | aur-d20037f859a166c1d341fa629daaa0846753bd42.tar.gz |
New upstream release: v5.3.1
Release notes:
* https://github.com/simplex-chat/simplex-chat/releases/tag/v5.3.1
-rw-r--r-- | .SRCINFO | 36 | ||||
-rw-r--r-- | PKGBUILD | 12 |
2 files changed, 17 insertions, 31 deletions
@@ -1,7 +1,7 @@ pkgbase = simplex-chat-bin pkgdesc = A 100% private-by-design chat platform (pre-compiled) - pkgver = 5.3.0 - pkgrel = 2 + pkgver = 5.3.1 + 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.3.0::https://github.com/simplex-chat/simplex-chat/releases/download/v5.3.0/simplex-chat-ubuntu-22_04-x86-64 + source = simplex-chat-5.3.1::https://github.com/simplex-chat/simplex-chat/releases/download/v5.3.1/simplex-chat-ubuntu-22_04-x86-64 source = https://raw.githubusercontent.com/simplex-chat/simplex-chat/master/PRIVACY.md source = https://raw.githubusercontent.com/simplex-chat/simplex-chat/master/README.md source = https://raw.githubusercontent.com/simplex-chat/simplex-chat/master/docs/CLI.md @@ -23,25 +23,15 @@ pkgbase = simplex-chat-bin source = logo-symbol-dark.svg source = logo-symbol-light.svg source = simplex-chat.desktop - sha256sums = 3809be4788091ec85e03ab6c6490238b8633499b21a408ffb49ab4f970afae37 - sha256sums = SKIP - sha256sums = SKIP - sha256sums = SKIP - sha256sums = SKIP - sha256sums = SKIP - sha256sums = SKIP - sha256sums = SKIP - sha256sums = SKIP - sha256sums = SKIP - b2sums = 9f81e2a20445a1b71663e4a3f42e293a54b412af08551b71f12b3fc5420a9d9b08139771421ec84f6b221170a714654869011dd1f7b1d5e544976caf2f708dbd - b2sums = SKIP - b2sums = SKIP - b2sums = SKIP - b2sums = SKIP - b2sums = SKIP - b2sums = SKIP - b2sums = SKIP - b2sums = SKIP - b2sums = SKIP + sha512sums = 7cd40cc7e13ff8f27efffc4d550e03bd442c8762ca7830f1238526754bced10020652b322465d34d5466ec16b0470acf853f913915ded4297384745edf0a12d3 + sha512sums = SKIP + sha512sums = SKIP + sha512sums = SKIP + sha512sums = SKIP + sha512sums = SKIP + sha512sums = SKIP + sha512sums = SKIP + sha512sums = SKIP + sha512sums = SKIP pkgname = simplex-chat-bin @@ -4,8 +4,8 @@ pkgname='simplex-chat-bin' _pkgname="${pkgname%%-bin}" epoch=1 -pkgver=5.3.0 -pkgrel=2 +pkgver=5.3.1 +pkgrel=1 pkgdesc='A 100% private-by-design chat platform (pre-compiled)' arch=('x86_64') _platform='ubuntu-22_04-x86-64' @@ -62,12 +62,8 @@ package() { install -Dm0644 "$_pkgname.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/$_pkgname.svg" } -sha256sums=( - '3809be4788091ec85e03ab6c6490238b8633499b21a408ffb49ab4f970afae37' - 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' -) -b2sums=( - '9f81e2a20445a1b71663e4a3f42e293a54b412af08551b71f12b3fc5420a9d9b08139771421ec84f6b221170a714654869011dd1f7b1d5e544976caf2f708dbd' +sha512sums=( + '7cd40cc7e13ff8f27efffc4d550e03bd442c8762ca7830f1238526754bced10020652b322465d34d5466ec16b0470acf853f913915ded4297384745edf0a12d3' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' ) |