From 17164bebd0d86279ab1e87b262f34ee976b469ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Pondichy?= Date: Wed, 18 Sep 2024 12:37:10 +0200 Subject: [PATCH] scaleway-cli: update to 2.34.0. --- srcpkgs/scaleway-cli/template | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/srcpkgs/scaleway-cli/template b/srcpkgs/scaleway-cli/template index bddad8daf48..24e973622fd 100644 --- a/srcpkgs/scaleway-cli/template +++ b/srcpkgs/scaleway-cli/template @@ -1,17 +1,20 @@ # Template file for 'scaleway-cli' pkgname=scaleway-cli -version=2.33.0 +version=2.34.0 revision=1 build_style=go go_import_path=github.com/scaleway/scaleway-cli/v2 go_package=github.com/scaleway/scaleway-cli/v2/cmd/scw go_ldflags="-X main.Version=$version" short_desc="Interact with the Scaleway API from the command line" -maintainer="Sébastien Pondichy" +maintainer="Sébastien Pondichy " license="MIT" homepage="https://github.com/scaleway/scaleway-cli" distfiles="https://github.com/scaleway/scaleway-cli/archive/v${version}.tar.gz" -checksum=cacf2f6bd749d14aae0ac2168197c3fd763b0e94d630fd07007c50bdce96a068 +checksum=ed2c62cffa0a68a4ed973a405eb190e42eb5a1aa3d021ad3729b1301f5646d70 + +# Skip tests as they fail if SHELL=/bin/sh +make_check="no" post_install() { vdoc README.md README