summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel2020-06-30 15:31:02 +0200
committerDaniel2020-06-30 15:31:02 +0200
commit7059c94c9cf36368824887d5f19ec43e37009ad8 (patch)
tree5659e30a2426368a71755015cf8773fcf02dc11b
parent8224824b11ba3de138c020231e6c662d561a0d35 (diff)
downloadaur-7059c94c9cf36368824887d5f19ec43e37009ad8.tar.gz
bumped version to v0.12.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71002033043d..f9a1dc96f7dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = openfaas-cli-bin
pkgdesc = Official CLI for OpenFaaS
- pkgver = 0.12.4
+ pkgver = 0.12.6
pkgrel = 1
url = https://github.com/openfaas/faas-cli
arch = x86_64
license = MIT
conflicts = openfaas-cli
- source = https://github.com/openfaas/faas-cli/releases/download/0.12.4/faas-cli
- sha256sums = e31fd403a370f5fb668294a1b07b4307feeb724908c0618675ed342c66768359
+ source = https://github.com/openfaas/faas-cli/releases/download/0.12.6/faas-cli
+ sha256sums = 9192a002ff605b095f1a1c7d4fb893c4a60d4ea50d4e98a77ea82de04ba6abbc
pkgname = openfaas-cli-bin
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"