summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe one with the braid2023-09-22 07:35:00 +0200
committerThe one with the braid2023-09-22 07:35:00 +0200
commit12f2b552f38cb936e400e2a61253340ea19dc9b8 (patch)
tree8d18476a32e94d48e4fd2c6be62898690dd99ed4
parent329875ed0a8dc5dae00a3994003ef730019b6ae2 (diff)
downloadaur-12f2b552f38cb936e400e2a61253340ea19dc9b8.tar.gz
chore: bump version
Signed-off-by: The one with the braid <the-one@with-the-braid.cf>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26a1b7b0de46..b7e5daadc0c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fluffychat-bin
pkgdesc = Chat with your friends
- pkgver = 1.14.0
+ pkgver = 1.14.1
pkgrel = 1
url = https://fluffychat.im/
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = fluffychat-bin
depends = libolm
provides = fluffychat
conflicts = fluffychat
- source_x86_64 = fluffychat-v1.14.0_x86_64.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/rc1.14.0-2/fluffychat-linux-x64.tar.gz
- sha256sums_x86_64 = cb46cccef26104c3352e13082142a834c94f7fe04bab29969cd4874f737321b6
+ source_x86_64 = fluffychat-v1.14.1_x86_64.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/v1.14.1/fluffychat-linux-x64.tar.gz
+ sha256sums_x86_64 = 71effd4e28284c82e05b9a92404b44bee8bbb1b887ac1912f5d1e63caa7acf20
pkgname = fluffychat-bin
diff --git a/PKGBUILD b/PKGBUILD
index cbb8c09259d2..3bbb61323843 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fluffychat-bin
_pkgname=fluffychat
-pkgver=1.14.0
+pkgver=1.14.1
pkgrel=1
pkgdesc="Chat with your friends"
arch=('x86_64') # 'aarch64'
@@ -12,9 +12,9 @@ depends=('gtk3' 'jsoncpp' 'libsecret' 'xdg-user-dirs' 'zenity' 'libolm')
makedepends=('unzip')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source_x86_64=("fluffychat-v${pkgver}_x86_64.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/rc${pkgver}-2/fluffychat-linux-x64.tar.gz")
-#source_aarch64=("fluffychat-v${pkgver}_aarch64.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/rc${pkgver}-2/fluffychat-linux-arm64.tar.gz")
-sha256sums_x86_64=('cb46cccef26104c3352e13082142a834c94f7fe04bab29969cd4874f737321b6')
+source_x86_64=("fluffychat-v${pkgver}_x86_64.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/v${pkgver}/fluffychat-linux-x64.tar.gz")
+#source_aarch64=("fluffychat-v${pkgver}_aarch64.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/v${pkgver}/fluffychat-linux-arm64.tar.gz")
+sha256sums_x86_64=('71effd4e28284c82e05b9a92404b44bee8bbb1b887ac1912f5d1e63caa7acf20')
# sha256sums_aarch64=('f3a25daebf0a4e827268f1005944b8c1b359b946b22ee8a792937e1babc40869')