summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel2020-03-19 14:58:22 +0100
committerDaniel2020-03-19 14:58:22 +0100
commite89c2e3e291fe562cdf62d127867ad15ef872e30 (patch)
treea90f3ce13746c749d1a18d3166907bc00176fae0
parent224bc740699bd6fc5872cbde0f2ce838ab964940 (diff)
downloadaur-e89c2e3e291fe562cdf62d127867ad15ef872e30.tar.gz
bumped version to 0.12.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21e0067e4368..90f28d6a769e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = openfaas-cli-bin
pkgdesc = Official CLI for OpenFaaS
- pkgver = 0.11.8
+ pkgver = 0.12.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.8/faas-cli
- sha256sums = ba3d149692f65c9027040a4ac813e7f99e20da2243eee73ae4896dcfebf63efe
+ source = https://github.com/openfaas/faas-cli/releases/download/0.12.1/faas-cli
+ sha256sums = c2a4cc625aaa1a030cc64a52bc5e5457ba69b0aed99862d21630998cfb709abd
pkgname = openfaas-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1862f88e14f8..e6b797f65611 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.8
+pkgver=0.12.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=("ba3d149692f65c9027040a4ac813e7f99e20da2243eee73ae4896dcfebf63efe")
+sha256sums=("c2a4cc625aaa1a030cc64a52bc5e5457ba69b0aed99862d21630998cfb709abd")
package() {
mkdir -p "$pkgdir/usr/bin"