From 89046de9ce9ef57cdeaa2f7aaf99d242e80167a4 Mon Sep 17 00:00:00 2001 From: lemmi Date: Sun, 9 Jan 2022 11:05:49 +0100 Subject: [PATCH] scaleway-cli: update to 2.4.0. --- srcpkgs/scaleway-cli/template | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/srcpkgs/scaleway-cli/template b/srcpkgs/scaleway-cli/template index 73af465c6fab..89407918a7a0 100644 --- a/srcpkgs/scaleway-cli/template +++ b/srcpkgs/scaleway-cli/template @@ -1,6 +1,6 @@ # Template file for 'scaleway-cli' pkgname=scaleway-cli -version=1.20 +version=2.4.0 revision=1 build_style=go go_import_path=github.com/scaleway/scaleway-cli @@ -10,15 +10,9 @@ maintainer="Orphaned " license="MIT" homepage="https://github.com/scaleway/scaleway-cli" distfiles="https://github.com/scaleway/scaleway-cli/archive/v${version}.tar.gz" -checksum=4c50725be7bebdab17b8ef77acd230525e773631fef4051979f8ff91c86bebf8 - -case "$XBPS_TARGET_MACHINE" in - ppc*) broken="github.com/creack/goselect/fdset.go:14:14: undefined: NFDBITS" -esac +checksum=7baa6d7af5602703bc9b1f54beb5a36642151cc12d6584d6ab76df8bb088365e post_install() { - vinstall contrib/completion/bash/scw.bash 0644 usr/share/bash-completion/completions - vinstall contrib/completion/zsh/_scw 0644 usr/share/zsh/site-functions vdoc README.md README - vlicense LICENSE.md LICENSE + vlicense LICENSE }