summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel2020-06-30 15:31:02 +0200
committerDaniel2020-06-30 15:31:02 +0200
commit7059c94c9cf36368824887d5f19ec43e37009ad8 (patch)
tree5659e30a2426368a71755015cf8773fcf02dc11b /PKGBUILD
parent8224824b11ba3de138c020231e6c662d561a0d35 (diff)
downloadaur-7059c94c9cf36368824887d5f19ec43e37009ad8.tar.gz
bumped version to v0.12.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58a9e1499f9c..4aadb9cfdf38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Haß <aur@hass.onl>
_pkgname=faas-cli
pkgname=openfaas-cli-bin
-pkgver=0.12.4
+pkgver=0.12.6
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=("https://github.com/openfaas/faas-cli/releases/download/${pkgver}/${_pkgname}")
-sha256sums=("e31fd403a370f5fb668294a1b07b4307feeb724908c0618675ed342c66768359")
+sha256sums=("9192a002ff605b095f1a1c7d4fb893c4a60d4ea50d4e98a77ea82de04ba6abbc")
package() {
mkdir -p "$pkgdir/usr/bin"