summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe one with the braid2024-06-12 11:52:49 +0200
committerThe one with the braid2024-06-12 11:52:49 +0200
commitf4d34c0b5d77980f5ac75ff9f4a893fc3737af4e (patch)
tree7a35142e2caa3d01a2ab0e9b03ee9800a8427efa
parent55939e88ae0fcd40f5ccb62e258e82ed3edbddd5 (diff)
downloadaur-f4d34c0b5d77980f5ac75ff9f4a893fc3737af4e.tar.gz
chore: bump version
Signed-off-by: The one with the braid <info@braid.business>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cbd008e551e..616778f163c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 5725c3bede16..58aba952c8aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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