diff options
author | Klaus Alexander Seistrup | 2022-09-29 12:47:18 +0200 |
---|---|---|
committer | Klaus Alexander Seistrup | 2022-09-29 12:47:18 +0200 |
commit | 54c13aff18a6e91cccff56662312a8f42a4cffe7 (patch) | |
tree | 599b7bf6559c4a84fc1adccdf26b28a36a61aed0 | |
parent | 30dd7d2200333cf626d13ddd891766fb8e51baed (diff) | |
download | aur-54c13aff18a6e91cccff56662312a8f42a4cffe7.tar.gz |
New upstream release: v4.0.1
Release notes:
* https://github.com/simplex-chat/simplex-chat/releases/tag/v4.0.1
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 9 insertions, 9 deletions
@@ -1,34 +1,34 @@ pkgbase = simplex-chat-bin pkgdesc = A 100% private-by-design chat platform (pre-compiled) - pkgver = 4.0.0 + pkgver = 4.0.1 pkgrel = 1 url = https://simplex.chat/ arch = x86_64 license = AGPL3 provides = simplex-chat conflicts = simplex-chat - source = simplex-chat-4.0.0::https://github.com/simplex-chat/simplex-chat/releases/download/v4.0.0/simplex-chat-ubuntu-20_04-x86-64 + source = simplex-chat-4.0.1::https://github.com/simplex-chat/simplex-chat/releases/download/v4.0.1/simplex-chat-ubuntu-20_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 source = https://raw.githubusercontent.com/simplex-chat/simplex-chat/master/docs/SIMPLEX.md source = https://raw.githubusercontent.com/simplex-chat/simplex-chat/master/docs/SQL.md source = https://raw.githubusercontent.com/simplex-chat/simplex-chat/master/scripts/message_views.sql - sha256sums = 735339468d483ab39721c555e2d364e104846983ce9ffcc8167ddb16cb7b735e + sha256sums = 0a82abcc729400d53a35550fe313427f5272644764d809e7fc1bdb1e6eb562a3 sha256sums = SKIP sha256sums = SKIP sha256sums = SKIP sha256sums = SKIP sha256sums = SKIP sha256sums = SKIP - sha512sums = 2513504c1a8867c649cf520c3867a59c3f408c2438cbc27ef5b15899a645794e164e517d03764b87690fe9a8f9d44179779955e93a0426134cdc468e9af961e2 + sha512sums = 88d7a3dfe9fb25680a6da5bdd312bace37d50548103a62c53d39642e3fb5bc4abf66ca8611e127062df792305db87eaa8787d8f8ab8bd16812dfdc6b0208f5e1 sha512sums = SKIP sha512sums = SKIP sha512sums = SKIP sha512sums = SKIP sha512sums = SKIP sha512sums = SKIP - b2sums = 4d45c55ee0f018ec0e35b23a3ad75810f8744dbc0f141f3cf01e32d142b68a242ea4460fb90d8ca0de38923a14e475d154e3634909d70d6b164158a19cd34676 + b2sums = fce8646bd57cdf264d920a10ace1f6117ca826f58326d7607eefc69296dcfa8028d80bf650a0f3150fdbeae8b8593bac45c08a0f9693f44f4773a9e5d4fadb56 b2sums = SKIP b2sums = SKIP b2sums = SKIP @@ -3,7 +3,7 @@ pkgname='simplex-chat-bin' _pkgname="${pkgname%%-bin}" -pkgver=4.0.0 +pkgver=4.0.1 pkgrel=1 pkgdesc='A 100% private-by-design chat platform (pre-compiled)' arch=('x86_64') @@ -36,15 +36,15 @@ package() { } sha256sums=( - '735339468d483ab39721c555e2d364e104846983ce9ffcc8167ddb16cb7b735e' + '0a82abcc729400d53a35550fe313427f5272644764d809e7fc1bdb1e6eb562a3' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' ) sha512sums=( - '2513504c1a8867c649cf520c3867a59c3f408c2438cbc27ef5b15899a645794e164e517d03764b87690fe9a8f9d44179779955e93a0426134cdc468e9af961e2' + '88d7a3dfe9fb25680a6da5bdd312bace37d50548103a62c53d39642e3fb5bc4abf66ca8611e127062df792305db87eaa8787d8f8ab8bd16812dfdc6b0208f5e1' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' ) b2sums=( - '4d45c55ee0f018ec0e35b23a3ad75810f8744dbc0f141f3cf01e32d142b68a242ea4460fb90d8ca0de38923a14e475d154e3634909d70d6b164158a19cd34676' + 'fce8646bd57cdf264d920a10ace1f6117ca826f58326d7607eefc69296dcfa8028d80bf650a0f3150fdbeae8b8593bac45c08a0f9693f44f4773a9e5d4fadb56' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' ) |