summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Karlsson2023-10-10 22:07:26 +0200
committerRasmus Karlsson2023-10-10 22:07:26 +0200
commit7210541506ca22e5608ea5b6e842b0c3e52f44b8 (patch)
treee1ccfbfc2b4f2645ed7856593de4f5ec482f40d8
parent4d7df86bd924042cd2b575885e2fdc6829dcb7ce (diff)
downloadaur-7210541506ca22e5608ea5b6e842b0c3e52f44b8.tar.gz
Update to v1.1.21
Checksums: https://github.com/twitchdev/twitch-cli/releases/download/v1.1.21/checksums.txt
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c31a42b3966..61814e4b4e7f 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.20
+ pkgver = 1.1.21
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.20/twitch-cli_1.1.20_Linux_x86_64.tar.gz
- sha256sums = feb19334aafdcda45e4d5c63586f8e1fd4c6cab7864ae6ced598a89ddfb9c2d5
+ source = https://github.com/twitchdev/twitch-cli/releases/download/v1.1.21/twitch-cli_1.1.21_Linux_x86_64.tar.gz
+ sha256sums = 73633272afc6946290af0ca28e9cf95b0077f7452b7d24c50cf84b214f87921d
pkgname = twitch-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index f190293e776c..8ee995b04ec1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
pkgname=twitch-cli-bin
-pkgver=1.1.20
+pkgver=1.1.21
_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=('feb19334aafdcda45e4d5c63586f8e1fd4c6cab7864ae6ced598a89ddfb9c2d5')
+sha256sums=('73633272afc6946290af0ca28e9cf95b0077f7452b7d24c50cf84b214f87921d')
prepare () {
cd "$srcdir"