summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Karlsson2023-07-27 21:47:34 +0200
committerRasmus Karlsson2023-07-27 21:47:34 +0200
commit9cd35c6ca833c3da9209dcb5cab513301cbceb9f (patch)
tree17b1abc5ca3bf3cca38a0c83d59aa7e2737ff2a2
parent768909a885fb7731edd298eca7675e069e2ab095 (diff)
downloadaur-9cd35c6ca833c3da9209dcb5cab513301cbceb9f.tar.gz
Update to v2.4.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 099fce02ae4f..0c95dd79a17e 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.4.2
+ pkgver = 2.4.4
pkgrel = 1
url = https://chatterino.com
install = chatterino2-appimage.install
@@ -13,7 +13,7 @@ pkgbase = chatterino2-appimage
provides = chatterino
conflicts = chatterino
options = !strip
- source = https://github.com/Chatterino/chatterino2/releases/download/v2.4.2/Chatterino-x86_64.AppImage
- sha256sums = 7062f404c6d795fdd1d548011f46c7499ee56ff771fb3d37a4f12b8408813548
+ source = https://github.com/Chatterino/chatterino2/releases/download/v2.4.4/Chatterino-x86_64.AppImage
+ sha256sums = 947351c6baf95e18d70565da909f92147cd040ef27f6ed0c39a00d9394cda5f7
pkgname = chatterino2-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 86aadcb57d08..ee3908cf6545 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _pkgname=chatterino
_appimage=Chatterino-x86_64.AppImage
pkgname=chatterino2-appimage
-pkgver=2.4.2
+pkgver=2.4.4
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")
-sha256sums=('7062f404c6d795fdd1d548011f46c7499ee56ff771fb3d37a4f12b8408813548')
+sha256sums=('947351c6baf95e18d70565da909f92147cd040ef27f6ed0c39a00d9394cda5f7')
prepare () {
cd "$srcdir"