summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel2019-12-11 07:48:21 +0100
committerDaniel2019-12-11 07:48:21 +0100
commit424259b0503c4df712c0de4a3464383b07e3a8b5 (patch)
tree7b4066db4eb5012a4eb8f6251bab37c1c4538446
parent0c66d310d05bdb02f139e0e721fee853e774ec48 (diff)
downloadaur-424259b0503c4df712c0de4a3464383b07e3a8b5.tar.gz
bumped version to v0.11.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5802fe19a518..a201a791101e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = openfaas-cli-bin
pkgdesc = Official CLI for OpenFaaS
- pkgver = 0.11.0
+ pkgver = 0.11.1
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.11.0/faas-cli
- sha256sums = 70ed215c82288e8da59346634282a5585623c50a7a99ed6e37da9681c745b9b4
+ source = https://github.com/openfaas/faas-cli/releases/download/0.11.1/faas-cli
+ sha256sums = cd5c47d53e657b6a6d422ab3ef8fdf550d546f57b9be6c46e68703645ef868c8
pkgname = openfaas-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 436b5abed1ef..2dbaa0c7189d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Haß <aur@hass.onl>
_pkgname=faas-cli
pkgname=openfaas-cli-bin
-pkgver=0.11.0
+pkgver=0.11.1
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=("70ed215c82288e8da59346634282a5585623c50a7a99ed6e37da9681c745b9b4")
+sha256sums=("cd5c47d53e657b6a6d422ab3ef8fdf550d546f57b9be6c46e68703645ef868c8")
package() {
mkdir -p "$pkgdir/usr/bin"