diff options
author | Rasmus Karlsson | 2025-03-04 13:54:01 +0100 |
---|---|---|
committer | Rasmus Karlsson | 2025-03-04 13:54:01 +0100 |
commit | 08b34883f21aa3dc0781edeac25451d34fb64cb6 (patch) | |
tree | e4288e8715cc21eb8f40956b66ee004c8bbc3c66 | |
parent | bdac2022696902ed00f779eb63982d9b6b1f21bb (diff) | |
download | aur-08b34883f21aa3dc0781edeac25451d34fb64cb6.tar.gz |
Release v2.5.2
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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" |