summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel2019-11-29 10:30:07 +0100
committerDaniel2019-11-29 10:30:07 +0100
commitd50a7fe2d5dfad1a93e8c85547d70d3a571bd22c (patch)
treec54dcdb1c6c11c858f9209307ab2a404239ff76a
parent62630ed59bf1a4caff465ecc3195df94ec922b9b (diff)
downloadaur-d50a7fe2d5dfad1a93e8c85547d70d3a571bd22c.tar.gz
bumped version to v0.10.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1c6af94c3fb..120b019a354e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = openfaas-cli-bin
pkgdesc = Official CLI for OpenFaaS
- pkgver = 0.10.3
+ pkgver = 0.10.5
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.3/faas-cli
- sha256sums = bd47787a4dcdafeb666187ca2685ebb7b04ff6638ecca965717c36303234d2f1
+ source = https://github.com/openfaas/faas-cli/releases/download/0.10.5/faas-cli
+ sha256sums = 1a5e37a2e3153476be60f84aeda96319bfd495e3021177ad55e4bb1755fee602
pkgname = openfaas-cli-bin
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"