scaleway-cli: update to 1.18.
This commit is contained in:
parent
28647eb911
commit
014e72f0fe
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'scaleway-cli'
|
||||
pkgname=scaleway-cli
|
||||
version=1.17
|
||||
revision=2
|
||||
build_style="go"
|
||||
go_import_path="github.com/scaleway/scaleway-cli"
|
||||
go_package="github.com/scaleway/scaleway-cli/cmd/scw"
|
||||
version=1.18
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/scaleway/scaleway-cli
|
||||
go_package=github.com/scaleway/scaleway-cli/cmd/scw
|
||||
short_desc="Interact with the Scaleway API from the command line"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/scaleway/scaleway-cli"
|
||||
distfiles="https://github.com/scaleway/scaleway-cli/archive/v${version}.tar.gz"
|
||||
checksum=8e9bdd72cbc5a9e6f89e61017c8f6f8b070b5dab23d926d9234ef5cd9e014eda
|
||||
checksum=a6c0e6d3ca785fe86804e89cc86e252761f3dace0884ac172b2635daf6783969
|
||||
|
||||
post_install() {
|
||||
vinstall contrib/completion/bash/scw.bash 0644 usr/share/bash-completion/completions
|
||||
|
|
Loading…
Reference in New Issue