diff options
author | The one with the braid | 2024-06-12 11:52:49 +0200 |
---|---|---|
committer | The one with the braid | 2024-06-12 11:52:49 +0200 |
commit | f4d34c0b5d77980f5ac75ff9f4a893fc3737af4e (patch) | |
tree | 7a35142e2caa3d01a2ab0e9b03ee9800a8427efa | |
parent | 55939e88ae0fcd40f5ccb62e258e82ed3edbddd5 (diff) | |
download | aur-f4d34c0b5d77980f5ac75ff9f4a893fc3737af4e.tar.gz |
chore: bump version
Signed-off-by: The one with the braid <info@braid.business>
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,7 +1,7 @@ pkgbase = fluffychat pkgdesc = Open. Nonprofit. Cute. Easy to use (matrix) messenger. Secure and decentralized. - pkgver = 1.20.0 - pkgrel = 7 + pkgver = 1.21.0 + pkgrel = 1 url = https://fluffychat.im/ arch = x86_64 arch = aarch64 @@ -18,7 +18,7 @@ pkgbase = fluffychat depends = openssl provides = fluffychat conflicts = fluffychat - source = fluffychat-v1.20.0.tar.gz::https://github.com/krille-chan/fluffychat/archive/refs/tags/v1.20.0.tar.gz - sha256sums = c8a0462a1729fc9feb7213af2266cc230dc61fad589b2507cdb4e8144a5fef19 + source = fluffychat-v1.21.0.tar.gz::https://github.com/krille-chan/fluffychat/archive/refs/tags/v1.21.0.tar.gz + sha256sums = e65a26e4f7efb178e244d6a34cc775196757991b41a74b422f88df92309d53aa pkgname = fluffychat @@ -4,8 +4,8 @@ pkgname=fluffychat _name=${pkgname} _appid=chat.fluffy.fluffychat -pkgver=1.20.0 -pkgrel=7 +pkgver=1.21.0 +pkgrel=1 pkgdesc="Open. Nonprofit. Cute. Easy to use (matrix) messenger. Secure and decentralized." # Flutter officially supports amd64 and AArch64 arch=('x86_64' 'aarch64') @@ -39,7 +39,7 @@ conflicts=("$_name") source=( "fluffychat-v${pkgver}.tar.gz::https://github.com/krille-chan/fluffychat/archive/refs/tags/v${pkgver}.tar.gz" ) -sha256sums=('c8a0462a1729fc9feb7213af2266cc230dc61fad589b2507cdb4e8144a5fef19') +sha256sums=('e65a26e4f7efb178e244d6a34cc775196757991b41a74b422f88df92309d53aa') # ensure we have the proper Dart architecture name for the current CARCH case "${CARCH}" in |