summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Karlsson2024-04-30 11:48:15 +0200
committerRasmus Karlsson2024-04-30 11:48:15 +0200
commitbdac2022696902ed00f779eb63982d9b6b1f21bb (patch)
treea6e86a2ed101fe1551689ac540baadd895f677ac
parentaf47e4abd330169071803676df14157c0df7d947 (diff)
downloadaur-chatterino2-appimage.tar.gz
Release v2.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fa853f088b9..314dfb733b0d 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.0
+ pkgver = 2.5.1
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.0/Chatterino-x86_64.AppImage
- sha256sums = 881233b3adb1b85a01f57d04b6674c8233dfca6e78138e12aa91e2250ec1fa25
+ source = https://github.com/Chatterino/chatterino2/releases/download/v2.5.1/Chatterino-x86_64.AppImage
+ sha256sums = cd58cb216f6d82be617e5a2cfaa646b28093af97c1448cf8a584aa82b2c25383
pkgname = chatterino2-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 5c53930a8979..b02f32bb90f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _pkgname=chatterino
_appimage=Chatterino-x86_64.AppImage
pkgname=chatterino2-appimage
-pkgver=2.5.0
+pkgver=2.5.1
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=('881233b3adb1b85a01f57d04b6674c8233dfca6e78138e12aa91e2250ec1fa25')
+sha256sums=('cd58cb216f6d82be617e5a2cfaa646b28093af97c1448cf8a584aa82b2c25383')
prepare () {
cd "$srcdir"