summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbastimeyer2024-05-03 17:15:29 +0200
committerbastimeyer2024-05-03 17:15:29 +0200
commit8e4cb61c3b433178667d8b693a02663457ce27ff (patch)
treec2ee44eb1bda83aa7f5bd463142fd814557fde2b
parent7f979405564d9990b6fea2e7a24b5bbd46444f48 (diff)
downloadaur-8e4cb61c3b433178667d8b693a02663457ce27ff.tar.gz
v2.5.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4133ad0235a..0282acbd5f5d 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.4.1
+ pkgver = 2.5.0
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.4.1/streamlink-twitch-gui-v2.4.1-linux32.tar.gz
- sha256sums_i686 = 6a424477de0f987f58781b9dfa5e7ee50a5b9f35c00f48c304a24ce21fedd840
- source_x86_64 = https://github.com/streamlink/streamlink-twitch-gui/releases/download/v2.4.1/streamlink-twitch-gui-v2.4.1-linux64.tar.gz
- sha256sums_x86_64 = bb30fad50d5722d840c282476f41f8b137589148f4a86786b358745c5795d371
+ source_i686 = https://github.com/streamlink/streamlink-twitch-gui/releases/download/v2.5.0/streamlink-twitch-gui-v2.5.0-linux32.tar.gz
+ sha256sums_i686 = e13a23959dfbc698aff98716f21f26bb30cfebc4dc37e4413af783644369de64
+ source_x86_64 = https://github.com/streamlink/streamlink-twitch-gui/releases/download/v2.5.0/streamlink-twitch-gui-v2.5.0-linux64.tar.gz
+ sha256sums_x86_64 = 28223eb3e7d5b90c5279d0473f4a8cdf5816a680e24bff7b110056b46622abb5
pkgname = streamlink-twitch-gui-bin
diff --git a/PKGBUILD b/PKGBUILD
index 02fa042c0703..bf4112e1a25a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=streamlink-twitch-gui
pkgname="${_pkgname}-bin"
-pkgver=2.4.1
+pkgver=2.5.0
pkgrel=1
pkgdesc="A multi platform Twitch.tv browser for Streamlink"
arch=("i686" "x86_64")
@@ -14,8 +14,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=('6a424477de0f987f58781b9dfa5e7ee50a5b9f35c00f48c304a24ce21fedd840')
-sha256sums_x86_64=('bb30fad50d5722d840c282476f41f8b137589148f4a86786b358745c5795d371')
+sha256sums_i686=('e13a23959dfbc698aff98716f21f26bb30cfebc4dc37e4413af783644369de64')
+sha256sums_x86_64=('28223eb3e7d5b90c5279d0473f4a8cdf5816a680e24bff7b110056b46622abb5')
package() {
cd "${srcdir}/${_pkgname}"