summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchris2020-12-15 18:22:43 +0100
committerchris2020-12-15 18:22:43 +0100
commit2308d1a1ad4147f04633f97a4281753e71b3d2bd (patch)
tree7c8e7d68a9e4dd2b27aad1fcb37a4e466208373f
parent7b8a5d98c5ab4b0bc6296d5e763476dbb0f8b592 (diff)
downloadaur-2308d1a1ad4147f04633f97a4281753e71b3d2bd.tar.gz
0.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10e2f3406ea4..60eb9f2c1159 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tekton-cli-bin
pkgdesc = A CLI for interacting with Tekton.
- pkgver = 0.13.0
+ pkgver = 0.14.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.13.0/tkn_0.13.0_Linux_x86_64.tar.gz
- sha256sums = 300ebd4bd8791f63ee41e3f3e86910d8fb577c1d6715a378d649edf5c4702c7a
+ source = https://github.com/tektoncd/cli/releases/download/v0.14.0/tkn_0.14.0_Linux_x86_64.tar.gz
+ sha256sums = 61b2dbccbad5706460eba8ea5f8e600b39242a56e964a2b07720888fd5276494
pkgname = tekton-cli-bin
diff --git a/.gitignore b/.gitignore
index e3c773cf4806..05b7024f0dd9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
tkn_*_Linux_x86_64.tar.gz
+tekton-cli-bin-*-x86_64-package.log
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"