summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Karlsson2023-04-22 09:39:23 +0200
committerRasmus Karlsson2023-04-22 09:39:23 +0200
commita85258c2f9b233e48ec8714fffb7449ce4665ece (patch)
treef5baa95e25d812c78dfc549d4c7cf399194072c7
parent13afa1ac536456f868d80a20d4db9683cfaafc80 (diff)
downloadaur-a85258c2f9b233e48ec8714fffb7449ce4665ece.tar.gz
Update to v1.1.19
Checksums: https://github.com/twitchdev/twitch-cli/releases/download/v1.1.19/checksums.txt
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5192a7f4fee..7f47ce095927 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = twitch-cli-bin
pkgdesc = The official Twitch CLI to make developing on Twitch easier.
- pkgver = 1.1.18
+ pkgver = 1.1.19
pkgrel = 1
url = https://github.com/twitchdev/twitch-cli
arch = x86_64
license = Apache
- source = https://github.com/twitchdev/twitch-cli/releases/download/v1.1.18/twitch-cli_1.1.18_Linux_x86_64.tar.gz
- sha256sums = aa009678b6a30f56d1eb75d4988941574376b52eec392b0fbd46830f1b1b5ce2
+ source = https://github.com/twitchdev/twitch-cli/releases/download/v1.1.19/twitch-cli_1.1.19_Linux_x86_64.tar.gz
+ sha256sums = 747ef7f7a53addfa23651d66570fe1b1e20d05e39fbcb76f0d1cf0ab586e8b7e
pkgname = twitch-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index a37e93f54a7d..6fbbae4b7d3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
pkgname=twitch-cli-bin
-pkgver=1.1.18
+pkgver=1.1.19
_filename="twitch-cli_${pkgver}_Linux_x86_64.tar.gz"
pkgrel=1
pkgdesc='The official Twitch CLI to make developing on Twitch easier.'
@@ -9,7 +9,7 @@ arch=('x86_64')
url=https://github.com/twitchdev/twitch-cli
license=('Apache')
source=("https://github.com/twitchdev/twitch-cli/releases/download/v${pkgver}/$_filename")
-sha256sums=('aa009678b6a30f56d1eb75d4988941574376b52eec392b0fbd46830f1b1b5ce2')
+sha256sums=('747ef7f7a53addfa23651d66570fe1b1e20d05e39fbcb76f0d1cf0ab586e8b7e')
prepare () {
cd "$srcdir"