summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbastimeyer2023-09-07 15:58:35 +0200
committerbastimeyer2023-09-07 15:58:35 +0200
commitb859de3ce205b92a7a6d2df656c29b70e2d8cc5e (patch)
tree7b8c3ec7f5879d38a24886f58cd9d6ab2474277e
parent360a69e02a5b084885c8bff627a40ffbacbbed3b (diff)
downloadaur-b859de3ce205b92a7a6d2df656c29b70e2d8cc5e.tar.gz
v2.4.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6e058d4ec20..dd4355af7fc0 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.3.0
+ pkgver = 2.4.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.3.0/streamlink-twitch-gui-v2.3.0-linux32.tar.gz
- sha256sums_i686 = d60924ffb6a62220d03f17570d3d1ffd221679b34e39bdb628716aeb09cfe2c8
- source_x86_64 = https://github.com/streamlink/streamlink-twitch-gui/releases/download/v2.3.0/streamlink-twitch-gui-v2.3.0-linux64.tar.gz
- sha256sums_x86_64 = 361ec7e1791571381fa654b25cb0bc664572a5615dcc0a7f14449735d1bec08b
+ source_i686 = https://github.com/streamlink/streamlink-twitch-gui/releases/download/v2.4.0/streamlink-twitch-gui-v2.4.0-linux32.tar.gz
+ sha256sums_i686 = 1d2602bfbb79094a39d7525b608b77eb82b914ab1fa4cec23289c4fedc52edf8
+ source_x86_64 = https://github.com/streamlink/streamlink-twitch-gui/releases/download/v2.4.0/streamlink-twitch-gui-v2.4.0-linux64.tar.gz
+ sha256sums_x86_64 = 3ab05e148c15bd578cad124ae6a9993f6a0edd3d8e99f719aed668b767ca86ab
pkgname = streamlink-twitch-gui-bin
diff --git a/PKGBUILD b/PKGBUILD
index c6b7a84324d4..0e71b66dd2b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=streamlink-twitch-gui
pkgname="${_pkgname}-bin"
-pkgver=2.3.0
+pkgver=2.4.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=('d60924ffb6a62220d03f17570d3d1ffd221679b34e39bdb628716aeb09cfe2c8')
-sha256sums_x86_64=('361ec7e1791571381fa654b25cb0bc664572a5615dcc0a7f14449735d1bec08b')
+sha256sums_i686=('1d2602bfbb79094a39d7525b608b77eb82b914ab1fa4cec23289c4fedc52edf8')
+sha256sums_x86_64=('3ab05e148c15bd578cad124ae6a9993f6a0edd3d8e99f719aed668b767ca86ab')
package() {
cd "${srcdir}/${_pkgname}"