summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Karlsson2022-04-15 17:50:30 +0200
committerRasmus Karlsson2022-04-15 17:50:50 +0200
commitaf0751e99177d64120fabde9a0d8bb66f9d90710 (patch)
tree0129e14dbff35b16026ebcf3c1fdf46e508f8916
parent4feea6485bc9f57eb44a2ba9eed92beae466d589 (diff)
downloadaur-af0751e99177d64120fabde9a0d8bb66f9d90710.tar.gz
Update to version 2.3.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2af178f6d3d..8c121293832d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chatterino2-appimage
pkgdesc = Second installment of the Twitch chat client series "Chatterino", release appimage
- pkgver = 2.3.4
+ pkgver = 2.3.5
pkgrel = 1
url = https://chatterino.com
install = chatterino2-appimage.install
@@ -17,7 +17,7 @@ pkgbase = chatterino2-appimage
provides = chatterino
conflicts = chatterino
options = !strip
- source = https://github.com/Chatterino/chatterino2/releases/download/v2.3.4/Chatterino-x86_64.AppImage
- md5sums = 0368a12c38f96385269760af24f4e80b
+ source = https://github.com/Chatterino/chatterino2/releases/download/v2.3.5/Chatterino-x86_64.AppImage
+ sha256sums = f2835516b0c2f98d11afe8d75d4fa017e7eab1ebb1bc9b32fdc9058e70673989
pkgname = chatterino2-appimage
diff --git a/PKGBUILD b/PKGBUILD
index f2c73e9f9b6b..8dd0bd5a96fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _pkgname=chatterino
_appimage=Chatterino-x86_64.AppImage
pkgname=chatterino2-appimage
-pkgver=2.3.4
+pkgver=2.3.5
pkgrel=1
pkgdesc='Second installment of the Twitch chat client series "Chatterino", release appimage'
arch=('x86_64')
@@ -18,7 +18,7 @@ conflicts=('chatterino')
options=(!strip)
install=$pkgname.install
source=("https://github.com/Chatterino/chatterino2/releases/download/v$pkgver/$_appimage")
-md5sums=('0368a12c38f96385269760af24f4e80b')
+sha256sums=('f2835516b0c2f98d11afe8d75d4fa017e7eab1ebb1bc9b32fdc9058e70673989')
prepare () {
cd "$srcdir"