summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22cdf8905b3a..96dedc8e1f14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris <cg@zknt.org>
pkgname=tekton-cli-bin
-pkgver=0.8.0
+pkgver=0.7.1
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=('0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5')
+sha256sums=('e67039f4994e1d8f2d2f368853b89ca51132c7f3433a2ce804516f68ab961812')
package() {
install -Dm 755 "$srcdir/tkn" "${pkgdir}/usr/bin/tkn"