summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel2020-01-19 10:23:25 +0100
committerDaniel2020-01-19 10:23:25 +0100
commit11c918a2d7cee4b820e4f565ce5e2428492d1d2a (patch)
tree37258b46b4498e18c34f33aa20c665ca9298bb7c
parent29a454dc9f90755df9a8ea206404fd1fb5f17284 (diff)
downloadaur-11c918a2d7cee4b820e4f565ce5e2428492d1d2a.tar.gz
bumped version to v0.11.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index beb243a16d72..b41149bba864 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = openfaas-cli-bin
pkgdesc = Official CLI for OpenFaaS
- pkgver = 0.11.5
+ pkgver = 0.11.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.11.5/faas-cli
- sha256sums = 1a8d9f4562e025bcb438e878eb87ac4dee1399329f4d9d9e2385ef47163d311a
+ source = https://github.com/openfaas/faas-cli/releases/download/0.11.6/faas-cli
+ sha256sums = 5a94e90dba729d3adf645143c888030e18f76c771014963e082bfe407ffbce21
pkgname = openfaas-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index ffb24f616a3c..a29e7351c358 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.5
+pkgver=0.11.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=("1a8d9f4562e025bcb438e878eb87ac4dee1399329f4d9d9e2385ef47163d311a")
+sha256sums=("5a94e90dba729d3adf645143c888030e18f76c771014963e082bfe407ffbce21")
package() {
mkdir -p "$pkgdir/usr/bin"