summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbastimeyer2022-05-19 20:05:20 +0200
committerbastimeyer2022-05-19 20:05:20 +0200
commitb1efd53ad369e90798f6c5f9d8fffe2b03ebde97 (patch)
treefc28bbe14ad718743dedc83580c53f0616dc2b8b
parent19239ff7f9fad3ec146176f76489fd8d3c505740 (diff)
downloadaur-b1efd53ad369e90798f6c5f9d8fffe2b03ebde97.tar.gz
v2.1.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 664df7292f98..1f1925348e8a 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.0.0
+ pkgver = 2.1.0
pkgrel = 1
url = https://github.com/streamlink/streamlink-twitch-gui
arch = i686
@@ -12,9 +12,9 @@ pkgbase = streamlink-twitch-gui-bin
depends = streamlink
provides = streamlink-twitch-gui
options = !strip
- source_i686 = https://github.com/streamlink/streamlink-twitch-gui/releases/download/v2.0.0/streamlink-twitch-gui-v2.0.0-linux32.tar.gz
- sha256sums_i686 = fa3813a4861be013ccec8c66a3e61478e5f93a542531a4551177f75b34b69402
- source_x86_64 = https://github.com/streamlink/streamlink-twitch-gui/releases/download/v2.0.0/streamlink-twitch-gui-v2.0.0-linux64.tar.gz
- sha256sums_x86_64 = e40810fa7beffc9e3ddd98be17ee90453fc31a0f09caeb17b0fe6a56e5ed886e
+ source_i686 = https://github.com/streamlink/streamlink-twitch-gui/releases/download/v2.1.0/streamlink-twitch-gui-v2.1.0-linux32.tar.gz
+ sha256sums_i686 = 7db67fdf76df7258e5f1d1059fb6377dd202ab6634628c2415bf78cd2093b094
+ source_x86_64 = https://github.com/streamlink/streamlink-twitch-gui/releases/download/v2.1.0/streamlink-twitch-gui-v2.1.0-linux64.tar.gz
+ sha256sums_x86_64 = 91f08684880a308d2c883aa79881d2324e913071655babb056c5b8f1a891b9ad
pkgname = streamlink-twitch-gui-bin
diff --git a/PKGBUILD b/PKGBUILD
index 961d3d02cf27..ce3c22f503e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=streamlink-twitch-gui
pkgname="${_pkgname}-bin"
-pkgver=2.0.0
+pkgver=2.1.0
pkgrel=1
pkgdesc="A multi platform Twitch.tv browser for Streamlink"
arch=("i686" "x86_64")
@@ -13,8 +13,8 @@ depends=("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=('fa3813a4861be013ccec8c66a3e61478e5f93a542531a4551177f75b34b69402')
-sha256sums_x86_64=('e40810fa7beffc9e3ddd98be17ee90453fc31a0f09caeb17b0fe6a56e5ed886e')
+sha256sums_i686=('7db67fdf76df7258e5f1d1059fb6377dd202ab6634628c2415bf78cd2093b094')
+sha256sums_x86_64=('91f08684880a308d2c883aa79881d2324e913071655babb056c5b8f1a891b9ad')
package() {
cd "${srcdir}/${_pkgname}"