summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbastimeyer2021-09-09 11:11:21 +0200
committerbastimeyer2021-09-09 11:11:21 +0200
commitef38f1507e7b45d9c8f850385dedaf27a500f4a3 (patch)
tree2cdb2f41a7337fde3fff20570414dab2cfd735c9
parentfac9b28d8658d14915ca07274535fa90d53ec07f (diff)
downloadaur-ef38f1507e7b45d9c8f850385dedaf27a500f4a3.tar.gz
v1.13.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d61adb3abf6c..6d5cd99aa077 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = streamlink-twitch-gui
pkgdesc = A multi platform Twitch.tv browser for Streamlink
- pkgver = 1.12.0
+ pkgver = 1.13.0
pkgrel = 1
url = https://github.com/streamlink/streamlink-twitch-gui
arch = i686
@@ -12,9 +12,9 @@ pkgbase = streamlink-twitch-gui
depends = streamlink
conflicts = streamlink-twitch-gui-git
options = !strip
- source_i686 = https://github.com/streamlink/streamlink-twitch-gui/releases/download/v1.12.0/streamlink-twitch-gui-v1.12.0-linux32.tar.gz
- sha256sums_i686 = 5e250e3d99179d1ea7626dec80424656404be0d5bd99662ad3a1f7a42500c8c8
- source_x86_64 = https://github.com/streamlink/streamlink-twitch-gui/releases/download/v1.12.0/streamlink-twitch-gui-v1.12.0-linux64.tar.gz
- sha256sums_x86_64 = 398a11c71b8f62816a00a8eabc773716383108710f09b7dacff5bbedf6af5d9f
+ source_i686 = https://github.com/streamlink/streamlink-twitch-gui/releases/download/v1.13.0/streamlink-twitch-gui-v1.13.0-linux32.tar.gz
+ sha256sums_i686 = e8c149d05103d0da91262d5e2dff2edb4badc77f3b7cd049d420f39de573ae8d
+ source_x86_64 = https://github.com/streamlink/streamlink-twitch-gui/releases/download/v1.13.0/streamlink-twitch-gui-v1.13.0-linux64.tar.gz
+ sha256sums_x86_64 = 5b3ea3d701428bb96bbc26edd5aeaaf29d1a60a9d20d3a990fd37617a74c98fb
pkgname = streamlink-twitch-gui
diff --git a/PKGBUILD b/PKGBUILD
index 7905a8a99053..ed6749e45e7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sebastian Meyer <mail@bastimeyer.de>
# Former maintainer: Ben Fox-Moore <ben.foxmoore@gmail.com>
pkgname=streamlink-twitch-gui
-pkgver=1.12.0
+pkgver=1.13.0
pkgrel=1
pkgdesc="A multi platform Twitch.tv browser for Streamlink"
arch=("i686" "x86_64")
@@ -12,8 +12,8 @@ conflicts=("streamlink-twitch-gui-git")
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=('5e250e3d99179d1ea7626dec80424656404be0d5bd99662ad3a1f7a42500c8c8')
-sha256sums_x86_64=('398a11c71b8f62816a00a8eabc773716383108710f09b7dacff5bbedf6af5d9f')
+sha256sums_i686=('e8c149d05103d0da91262d5e2dff2edb4badc77f3b7cd049d420f39de573ae8d')
+sha256sums_x86_64=('5b3ea3d701428bb96bbc26edd5aeaaf29d1a60a9d20d3a990fd37617a74c98fb')
package() {
cd "${srcdir}/${pkgname}"