summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Karlsson2023-04-12 09:44:06 +0200
committerRasmus Karlsson2023-04-12 09:45:01 +0200
commit13afa1ac536456f868d80a20d4db9683cfaafc80 (patch)
treefe8c410d1856273afd427a39bcc42191b9c14574
parent9aec40a8fd817673438beaaba92bbe6e8e65fa9b (diff)
downloadaur-13afa1ac536456f868d80a20d4db9683cfaafc80.tar.gz
Update to v1.1.18
Checksums: https://github.com/twitchdev/twitch-cli/releases/download/v1.1.18/checksums.txt
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41f169eba99f..a5192a7f4fee 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.17
+ pkgver = 1.1.18
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.17/twitch-cli_1.1.17_Linux_x86_64.tar.gz
- sha256sums = e03ab1eaa60fcee2d95b02bbda02746bf8098d118d49783a6513ca6b0cae59ee
+ source = https://github.com/twitchdev/twitch-cli/releases/download/v1.1.18/twitch-cli_1.1.18_Linux_x86_64.tar.gz
+ sha256sums = aa009678b6a30f56d1eb75d4988941574376b52eec392b0fbd46830f1b1b5ce2
pkgname = twitch-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3c11c9b95b3e..a37e93f54a7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
pkgname=twitch-cli-bin
-pkgver=1.1.17
+pkgver=1.1.18
_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=('e03ab1eaa60fcee2d95b02bbda02746bf8098d118d49783a6513ca6b0cae59ee')
+sha256sums=('aa009678b6a30f56d1eb75d4988941574376b52eec392b0fbd46830f1b1b5ce2')
prepare () {
cd "$srcdir"