summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchris2020-02-28 11:41:53 +0100
committerchris2020-02-28 11:41:53 +0100
commit7ac3d913f9dd1d781ba5f8093f125fc837a1dd0e (patch)
treec5326f09112faea276f0b55d17e9fc6da86b5673
parent39d22bfcde02b76049ba5348e28122c084e23797 (diff)
downloadaur-7ac3d913f9dd1d781ba5f8093f125fc837a1dd0e.tar.gz
0.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e307ad00b65e..459a5ff3e0ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tekton-cli-bin
pkgdesc = A CLI for interacting with Tekton.
- pkgver = 0.7.1
+ pkgver = 0.8.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.7.1/tkn_0.7.1_Linux_x86_64.tar.gz
- sha256sums = e67039f4994e1d8f2d2f368853b89ca51132c7f3433a2ce804516f68ab961812
+ source = https://github.com/tektoncd/cli/releases/download/v0.8.0/tkn_0.8.0_Linux_x86_64.tar.gz
+ sha256sums = e131865fbd7b406ae7ad471fb9561f270f8b60de2cb29e1dc15485ffb60944b6
pkgname = tekton-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 96dedc8e1f14..98b192eb949e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris <cg@zknt.org>
pkgname=tekton-cli-bin
-pkgver=0.7.1
+pkgver=0.8.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=('e67039f4994e1d8f2d2f368853b89ca51132c7f3433a2ce804516f68ab961812')
+sha256sums=('e131865fbd7b406ae7ad471fb9561f270f8b60de2cb29e1dc15485ffb60944b6')
package() {
install -Dm 755 "$srcdir/tkn" "${pkgdir}/usr/bin/tkn"