summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72dfcc11bb6a..416545c1f3e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tekton-cli-bin
pkgdesc = A CLI for interacting with Tekton.
- pkgver = 0.16.0
+ pkgver = 0.17.0
pkgrel = 1
url = https://github.com/tektoncd/cli
arch = x86_64
license = Apache
provides = tekton-cli
- source = https://github.com/tektoncd/cli/releases/download/v0.16.0/tkn_0.16.0_Linux_x86_64.tar.gz
- sha256sums = 6af31a55e751523995cfa75bd615e33ba5cc23bcf0d0fc6f274e92ce21b0bfaf
+ source = https://github.com/tektoncd/cli/releases/download/v0.17.0/tkn_0.17.0_Linux_x86_64.tar.gz
+ sha256sums = 398e2cfd3c481742aa89b83a413828fdab937deb73b84c5ee9b065eced925ffc
pkgname = tekton-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index bda594e20f27..41046588e4fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris <cg@zknt.org>
pkgname=tekton-cli-bin
-pkgver=0.16.0
+pkgver=0.17.0
pkgrel=1
pkgdesc='A CLI for interacting with Tekton.'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/tektoncd/cli'
license=('Apache')
provides=('tekton-cli')
source=("https://github.com/tektoncd/cli/releases/download/v${pkgver}/tkn_${pkgver}_Linux_x86_64.tar.gz")
-sha256sums=('6af31a55e751523995cfa75bd615e33ba5cc23bcf0d0fc6f274e92ce21b0bfaf')
+sha256sums=('398e2cfd3c481742aa89b83a413828fdab937deb73b84c5ee9b065eced925ffc')
package() {
install -Dm 755 "$srcdir/tkn" "${pkgdir}/usr/bin/tkn"