summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel2019-11-29 10:30:07 +0100
committerDaniel2019-11-29 10:30:07 +0100
commitd50a7fe2d5dfad1a93e8c85547d70d3a571bd22c (patch)
treec54dcdb1c6c11c858f9209307ab2a404239ff76a /PKGBUILD
parent62630ed59bf1a4caff465ecc3195df94ec922b9b (diff)
downloadaur-d50a7fe2d5dfad1a93e8c85547d70d3a571bd22c.tar.gz
bumped version to v0.10.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c82a0c3e7d87..0f52065c5d89 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.3
+pkgver=0.10.5
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=("bd47787a4dcdafeb666187ca2685ebb7b04ff6638ecca965717c36303234d2f1")
+sha256sums=("1a5e37a2e3153476be60f84aeda96319bfd495e3021177ad55e4bb1755fee602")
package() {
mkdir -p "$pkgdir/usr/bin"