summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorchris2020-12-15 18:22:43 +0100
committerchris2020-12-15 18:22:43 +0100
commit2308d1a1ad4147f04633f97a4281753e71b3d2bd (patch)
tree7c8e7d68a9e4dd2b27aad1fcb37a4e466208373f /PKGBUILD
parent7b8a5d98c5ab4b0bc6296d5e763476dbb0f8b592 (diff)
downloadaur-2308d1a1ad4147f04633f97a4281753e71b3d2bd.tar.gz
0.14.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fbc9847c28a9..d7e0504cf616 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris <cg@zknt.org>
pkgname=tekton-cli-bin
-pkgver=0.13.0
+pkgver=0.14.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=('300ebd4bd8791f63ee41e3f3e86910d8fb577c1d6715a378d649edf5c4702c7a')
+sha256sums=('61b2dbccbad5706460eba8ea5f8e600b39242a56e964a2b07720888fd5276494')
package() {
install -Dm 755 "$srcdir/tkn" "${pkgdir}/usr/bin/tkn"