summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel2019-12-01 10:47:05 +0100
committerDaniel2019-12-01 10:47:05 +0100
commit0c66d310d05bdb02f139e0e721fee853e774ec48 (patch)
tree7db550c0ca63ed5d2267af48f8365592e909cc99
parentd50a7fe2d5dfad1a93e8c85547d70d3a571bd22c (diff)
downloadaur-0c66d310d05bdb02f139e0e721fee853e774ec48.tar.gz
bumped version v0.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 120b019a354e..5802fe19a518 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = openfaas-cli-bin
pkgdesc = Official CLI for OpenFaaS
- pkgver = 0.10.5
+ pkgver = 0.11.0
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.10.5/faas-cli
- sha256sums = 1a5e37a2e3153476be60f84aeda96319bfd495e3021177ad55e4bb1755fee602
+ source = https://github.com/openfaas/faas-cli/releases/download/0.11.0/faas-cli
+ sha256sums = 70ed215c82288e8da59346634282a5585623c50a7a99ed6e37da9681c745b9b4
pkgname = openfaas-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0f52065c5d89..436b5abed1ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Haß <aur@hass.onl>
_pkgname=faas-cli
pkgname=openfaas-cli-bin
-pkgver=0.10.5
+pkgver=0.11.0
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=("1a5e37a2e3153476be60f84aeda96319bfd495e3021177ad55e4bb1755fee602")
+sha256sums=("70ed215c82288e8da59346634282a5585623c50a7a99ed6e37da9681c745b9b4")
package() {
mkdir -p "$pkgdir/usr/bin"