summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid McKay2018-11-21 11:57:03 +0000
committerDavid McKay2018-11-21 11:57:03 +0000
commit4f687d3a15db6f81d8e6583a7c5210a77a74d056 (patch)
treee45a2285df14cc032e3037bba5ff7f41f2c4b1c5 /PKGBUILD
parent653b6a83b7460f69cad8b713830f92e9792322bb (diff)
downloadaur-4f687d3a15db6f81d8e6583a7c5210a77a74d056.tar.gz
Release 0.7.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18e56b030bb4..5592d4b2f00d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=openfaas-cli
pkgdir="pkg-build"
pkgdesc="OpenFaaS CLI"
-pkgver=0.6.13
+pkgver=0.7.8
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=('0ef135535fcf561a900736f1bf7c04e3ec79196850123ed489dc08fd6e838ca2')
+sha256sums=('f5607b12a6c7083ad4087ef22dceea447f730881ba18986c257d106b8f9680b0')
build() {
GOPATH=$startdir