summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Karlsson2025-03-04 13:54:01 +0100
committerRasmus Karlsson2025-03-04 13:54:01 +0100
commit08b34883f21aa3dc0781edeac25451d34fb64cb6 (patch)
treee4288e8715cc21eb8f40956b66ee004c8bbc3c66
parentbdac2022696902ed00f779eb63982d9b6b1f21bb (diff)
downloadaur-08b34883f21aa3dc0781edeac25451d34fb64cb6.tar.gz
Release v2.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 314dfb733b0d..c8926fb171d2 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.5.1
+ pkgver = 2.5.2
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.5.1/Chatterino-x86_64.AppImage
- sha256sums = cd58cb216f6d82be617e5a2cfaa646b28093af97c1448cf8a584aa82b2c25383
+ source = https://github.com/Chatterino/chatterino2/releases/download/v2.5.2/Chatterino-x86_64.AppImage
+ sha256sums = 8ed67716f7af9fa953cfc75dfffb80fae9d9e156f3e99eb8aa69cd0c1fd590b6
pkgname = chatterino2-appimage
diff --git a/PKGBUILD b/PKGBUILD
index b02f32bb90f6..a6f66c2556b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _pkgname=chatterino
_appimage=Chatterino-x86_64.AppImage
pkgname=chatterino2-appimage
-pkgver=2.5.1
+pkgver=2.5.2
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=('cd58cb216f6d82be617e5a2cfaa646b28093af97c1448cf8a584aa82b2c25383')
+sha256sums=('8ed67716f7af9fa953cfc75dfffb80fae9d9e156f3e99eb8aa69cd0c1fd590b6')
prepare () {
cd "$srcdir"