summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorckath2021-08-27 23:22:16 +0200
committerckath2021-08-27 23:22:16 +0200
commit4feea6485bc9f57eb44a2ba9eed92beae466d589 (patch)
treea563244adb4eac321fb25683a76c23ec6c923303
parenta8c459364156774c980af351d44df39a3bc8bbef (diff)
downloadaur-4feea6485bc9f57eb44a2ba9eed92beae466d589.tar.gz
update to 2.3.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abe7cb308f84..b2af178f6d3d 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.2
+ pkgver = 2.3.4
pkgrel = 1
url = https://chatterino.com
install = chatterino2-appimage.install
@@ -17,8 +17,7 @@ pkgbase = chatterino2-appimage
provides = chatterino
conflicts = chatterino
options = !strip
- source = https://github.com/Chatterino/chatterino2/releases/download/v2.3.2/Chatterino-x86_64.AppImage
- md5sums = 9190d35827074ac52309f9b7e3bc36a9
+ source = https://github.com/Chatterino/chatterino2/releases/download/v2.3.4/Chatterino-x86_64.AppImage
+ md5sums = 0368a12c38f96385269760af24f4e80b
pkgname = chatterino2-appimage
-
diff --git a/PKGBUILD b/PKGBUILD
index 6efcc2cd3b5b..f2c73e9f9b6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _pkgname=chatterino
_appimage=Chatterino-x86_64.AppImage
pkgname=chatterino2-appimage
-pkgver=2.3.2
+pkgver=2.3.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")
-md5sums=('9190d35827074ac52309f9b7e3bc36a9')
+md5sums=('0368a12c38f96385269760af24f4e80b')
prepare () {
cd "$srcdir"