summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Haß2022-10-30 09:21:14 +0100
committerDaniel Haß2022-10-30 09:21:14 +0100
commit0d43c040e9d39c930b20b2843119f168b9f4b341 (patch)
treeb2944a84e985f26da1d82680ca67891343c64ad3
parent8818c7fb9ce12120f93a02617bb71fa69f86dbb1 (diff)
downloadaur-0d43c040e9d39c930b20b2843119f168b9f4b341.tar.gz
bumped version to v1.14.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dc48b36af9f..2706588aa2f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = openfaas-cli-bin
pkgdesc = Official CLI for OpenFaaS
- pkgver = 0.14.1
+ pkgver = 0.14.11
pkgrel = 1
url = https://github.com/openfaas/faas-cli
arch = x86_64
license = MIT
conflicts = openfaas-cli
- source = faas-cli-0.14.1::https://github.com/openfaas/faas-cli/releases/download/0.14.1/faas-cli
- sha256sums = d34a40c7be087655068e6ec15ce211dfa8382ee2a3b82c60def1c6e026eb219c
+ source = faas-cli-0.14.11::https://github.com/openfaas/faas-cli/releases/download/0.14.11/faas-cli
+ sha256sums = 3c4fc3c40845f9cfe12a87ebf14ebe342ff7aad3520052d77858303ede8c2867
pkgname = openfaas-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3289f16b4c52..00b5782334f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Haß <aur@hass.onl>
_pkgname=faas-cli
pkgname=openfaas-cli-bin
-pkgver=0.14.1
+pkgver=0.14.11
pkgrel=1
pkgdesc="Official CLI for OpenFaaS"
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/openfaas/faas-cli"
license=('MIT')
conflicts=('openfaas-cli')
source=("${_pkgname}-${pkgver}::https://github.com/openfaas/faas-cli/releases/download/${pkgver}/${_pkgname}")
-sha256sums=("d34a40c7be087655068e6ec15ce211dfa8382ee2a3b82c60def1c6e026eb219c")
+sha256sums=("3c4fc3c40845f9cfe12a87ebf14ebe342ff7aad3520052d77858303ede8c2867")
package() {
mkdir -p "$pkgdir/usr/bin"