summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbastimeyer2024-05-17 21:33:10 +0200
committerbastimeyer2024-05-17 21:33:10 +0200
commit8ef5dac68456ca0dc3e1fd585ca648d5b4637d64 (patch)
tree66074961ef108b20a7aa053ce431d4a80c5b3a5a
parent1067dbd4d43763c647e1e6e45c09ebe3d836eeb7 (diff)
downloadaur-8ef5dac68456ca0dc3e1fd585ca648d5b4637d64.tar.gz
v2.5.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b00bd21a78a..01670e89f4a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = streamlink-twitch-gui-bin
pkgdesc = A multi platform Twitch.tv browser for Streamlink
- pkgver = 2.5.1
+ pkgver = 2.5.2
pkgrel = 1
url = https://github.com/streamlink/streamlink-twitch-gui
arch = i686
@@ -14,9 +14,9 @@ pkgbase = streamlink-twitch-gui-bin
provides = streamlink-twitch-gui
conflicts = streamlink-twitch-gui
options = !strip
- source_i686 = https://github.com/streamlink/streamlink-twitch-gui/releases/download/v2.5.1/streamlink-twitch-gui-v2.5.1-linux32.tar.gz
- sha256sums_i686 = 1e09f715fac9502228b1f45ce8d8314ef8a0566173a0d5802c526d8a34f6b031
- source_x86_64 = https://github.com/streamlink/streamlink-twitch-gui/releases/download/v2.5.1/streamlink-twitch-gui-v2.5.1-linux64.tar.gz
- sha256sums_x86_64 = 3e9628db2b0c04847aa702ccb92e936be7e7149f710f27f7ba08268ff1442a3b
+ source_i686 = https://github.com/streamlink/streamlink-twitch-gui/releases/download/v2.5.2/streamlink-twitch-gui-v2.5.2-linux32.tar.gz
+ sha256sums_i686 = 9e97778d722fbc5fb47f2d97439f198a4fb80359c8fae444f5662a54f0364b99
+ source_x86_64 = https://github.com/streamlink/streamlink-twitch-gui/releases/download/v2.5.2/streamlink-twitch-gui-v2.5.2-linux64.tar.gz
+ sha256sums_x86_64 = 06e4d3f2f33fbb18306d4c483da32af3a8e114b459f92cd7791708fa6a4d7ff2
pkgname = streamlink-twitch-gui-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7bc20254be79..302ece016580 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=streamlink-twitch-gui
pkgname="${_pkgname}-bin"
-pkgver=2.5.1
+pkgver=2.5.2
pkgrel=1
pkgdesc="A multi platform Twitch.tv browser for Streamlink"
arch=("i686" "x86_64")
@@ -15,8 +15,8 @@ depends=("alsa-lib" "gtk3" "libxss" "nss" "streamlink")
options=(!strip)
source_i686=("https://github.com/streamlink/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}-linux32.tar.gz")
source_x86_64=("https://github.com/streamlink/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}-linux64.tar.gz")
-sha256sums_i686=('1e09f715fac9502228b1f45ce8d8314ef8a0566173a0d5802c526d8a34f6b031')
-sha256sums_x86_64=('3e9628db2b0c04847aa702ccb92e936be7e7149f710f27f7ba08268ff1442a3b')
+sha256sums_i686=('9e97778d722fbc5fb47f2d97439f198a4fb80359c8fae444f5662a54f0364b99')
+sha256sums_x86_64=('06e4d3f2f33fbb18306d4c483da32af3a8e114b459f92cd7791708fa6a4d7ff2')
package() {
cd "${srcdir}/${_pkgname}"