summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrik Cyvoct2021-03-11 08:14:03 +0100
committerPatrik Cyvoct2021-03-11 08:14:03 +0100
commitececebdbe7f0f60292ed4b99a58d537b746e1250 (patch)
treea69fa5e387700b7f1c0213090de52859e8bb6318 /PKGBUILD
parentf7ed8987e3e69b1e01149b63a766a99ec661c6ea (diff)
downloadaur-ececebdbe7f0f60292ed4b99a58d537b746e1250.tar.gz
Bump to v2.3.0
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3821c704f1c..510e52f5fdd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Mikkel Oscar Lyderik <mikkeloscar at gmail dot com>
pkgname=scaleway-cli
-pkgver=2.2.4
+pkgver=2.3.0
pkgrel=1
pkgdesc="Scaleway CLI is a tool to help you pilot your Scaleway infrastructure directly from your terminal."
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://scaleway.com"
license=('Apache')
makedepends=('go' 'git')
source=("https://github.com/scaleway/$pkgname/archive/v${pkgver}.tar.gz")
-sha256sums=('e4b3a8b2cb682684bfa0c6c63d8074bb269867bc5910201c81bb10eef160a0d3')
+sha256sums=('2fccf3cd3c6d6fd94c4fd71bc8b20b14bb25534dc833594880d4a8edfb8ec139')
build() {
cd "$pkgname-$pkgver"