summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 380ed9e09f10..3d7fd39f5a20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
# Maintainer: Josh VanderLinden <arch@cloudlery.com>
+# Maintainer: Tomas Kral <tomas.kral@gmail.com>
+
pkgname=knative-client-bin
-pkgver=0.14.0
+pkgver=1.2.0
pkgrel=1
pkgdesc="Knative developer experience, docs, reference Knative CLI implementation "
arch=(x86_64)
url="https://github.com/knative/client"
license=('apache')
provides=("kn")
-source=("kn-${pkgver}::https://github.com/knative/client/releases/download/v${pkgver}/kn-linux-amd64")
-sha256sums=('4dcc7afd657cf246b5fb6ccd18530a86d30607c024ecd9c4ef5be58e3822f339')
+source=("kn-${pkgver}::https://github.com/knative/client/releases/download/knative-v${pkgver}/kn-linux-amd64")
+sha256sums=('3aba2d0bd9b3ce6133166148d1ec40f9cdc24c28f8899d1f838f8397af62cbd0')
package() {
install -Dm755 "kn-${pkgver}" "${pkgdir}/usr/bin/kn"