makedeb


fluffychat-bin 1.22.1-0


Cute and easy to use matrix messenger. Secure and decentralized.

Click here to go back to the commit logs for fluffychat-bin.

Commit:


Hash: 3ff24074fd0d3397541f07c2afdaa5a61f796c0c

Message: 1.19.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 22aa72b..4657d9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = fluffychat-bin
 pkgbase = fluffychat-bin
 pkgdesc = Cute and easy to use matrix messenger. Secure and decentralized.
 pkgrel = 0
-pkgver = 1.18.0
+pkgver = 1.19.0
 url = https://fluffychat.im/
 arch = amd64
 conflicts = fluffychat
@@ -14,10 +14,10 @@ depends = libolm3
 depends = xdg-user-dirs
 depends = zenity
 license = AGPL3
-noextract = libstdc++6_14-20240201-3_amd64.deb
-noextract = fluffychat-1.18.0.tar.gz
+noextract = libstdc++6_14-20240330-1_amd64.deb
+noextract = fluffychat-1.19.0.tar.gz
 provides = fluffychat
-source = fluffychat-1.18.0.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/v1.18.0/fluffychat-linux-x64.tar.gz
-source = http://deb.debian.org/debian/pool/main/g/gcc-14/libstdc++6_14-20240201-3_amd64.deb
-sha256sums = d72a696dfa00f746a714f486a8d3cdc779caf589c435998492250232fa7ab078
-sha256sums = 745d84fbf5f97267c19c3109e91f96daa1bd9e44aadfd4bc2eef773bf15a5972
+source = fluffychat-1.19.0.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/v1.19.0/fluffychat-linux-x64.tar.gz
+source = http://deb.debian.org/debian/pool/main/g/gcc-14/libstdc++6_14-20240330-1_amd64.deb
+sha256sums = 92ad0a79de1843479bb182929e9e730d60460f78eb5819ac1b28194282240c33
+sha256sums = d6cecbbf7ab35cefb84ddc60b8739716faa407612463de4470984549cf607a6e
diff --git a/PKGBUILD b/PKGBUILD
index 0e684ed..b7d5062 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
 
 _pkgname=fluffychat
 pkgname="${_pkgname}-bin"
-pkgver=1.18.0
+pkgver=1.19.0
 #https://packages.debian.org/sid/amd64/libstdc++6/download
-_debpver=14-20240201-3
+_debpver=14-20240330-1
 pkgrel=0
 pkgdesc="Cute and easy to use matrix messenger. Secure and decentralized."
 arch=('amd64')
@@ -17,8 +17,8 @@ conflicts=("${_pkgname}")
 source=("fluffychat-${pkgver}.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/v${pkgver}/fluffychat-linux-x64.tar.gz"
         "http://deb.debian.org/debian/pool/main/g/gcc-14/libstdc++6_${_debpver}_amd64.deb")
 noextract=("libstdc++6_${_debpver}_amd64.deb" "${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('d72a696dfa00f746a714f486a8d3cdc779caf589c435998492250232fa7ab078'
-            '745d84fbf5f97267c19c3109e91f96daa1bd9e44aadfd4bc2eef773bf15a5972')
+sha256sums=('92ad0a79de1843479bb182929e9e730d60460f78eb5819ac1b28194282240c33'
+            'd6cecbbf7ab35cefb84ddc60b8739716faa407612463de4470984549cf607a6e')
 
 prepare() {
   cd "${srcdir}"