summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorДамјан Георгиевски2022-04-05 10:57:36 +0200
committerДамјан Георгиевски2022-04-05 10:57:36 +0200
commita1649a959aa76f171e861989a5a388139a625da4 (patch)
treeb9c1a86adbba8c3cbe21deb74e365619bc5229c9 /PKGBUILD
parent1b7cdd356984d4213a8e3d7501c6a77c78d20a35 (diff)
downloadaur-scaleway-cli.tar.gz
bump to v2.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aee1fd5772ea..3650d11feec1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Mikkel Oscar Lyderik <mikkeloscar at gmail dot com>
pkgname=scaleway-cli
-pkgver=2.4.0
-pkgrel=2
+pkgver=2.5.1
+pkgrel=1
pkgdesc="Scaleway CLI is a tool to help you pilot your Scaleway infrastructure directly from your terminal."
arch=('x86_64')
url="https://scaleway.com"
@@ -39,5 +39,5 @@ package() {
./scw autocomplete script shell=bash | install -Dm644 /dev/stdin "$pkgdir/usr/share/bash-completion/completions/scw"
}
-sha256sums=('7baa6d7af5602703bc9b1f54beb5a36642151cc12d6584d6ab76df8bb088365e')
+sha256sums=('af926168122c192b10a19d701f2a03a41f14897b2a6c654499203edd2aafcafe')
# vim:set ts=2 sw=2 et: