summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid McKay2018-06-27 08:47:54 +0100
committerDavid McKay2018-06-27 08:47:54 +0100
commitf1a40ce2338b7d02eae3460cfec9147529e257e5 (patch)
tree28c89f068afa0407ff26100c566ad99a7ba41331 /PKGBUILD
parent48d55b0609d040980491ac5855df076d252e4e2e (diff)
downloadaur-f1a40ce2338b7d02eae3460cfec9147529e257e5.tar.gz
Releasing 0.6.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f0c112c366e..d164916e5fe9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=openfaas-cli
pkgdir="pkg-build"
pkgdesc="OpenFaaS CLI"
-pkgver=0.6.10
+pkgver=0.6.11
pkgrel=1
arch=('i686' 'x86_64' 'arm64')
url="https://github.com/openfaas/faas-cli"
@@ -11,7 +11,7 @@ license=('mit')
makedepends=('go' 'dep')
source=("https://github.com/openfaas/faas-cli/archive/$pkgver.tar.gz")
-sha256sums=('98cb932cda4afe21e70869aa96520f2dc68a70943315da0ef785cb494aae35ae')
+sha256sums=('07fbf1886fc50411e0e1f69c5f93957c9f99a2e75a023f82931ee978ba3fa2c7')
build() {
GOPATH=$startdir