scaleway-cli: update to 1.17
This commit is contained in:
parent
e075db6a33
commit
6f8e24c789
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'scaleway-cli'
|
# Template file for 'scaleway-cli'
|
||||||
pkgname=scaleway-cli
|
pkgname=scaleway-cli
|
||||||
version=1.16
|
version=1.17
|
||||||
revision=2
|
revision=1
|
||||||
build_style="go"
|
build_style="go"
|
||||||
go_import_path="github.com/scaleway/scaleway-cli"
|
go_import_path="github.com/scaleway/scaleway-cli"
|
||||||
go_package="github.com/scaleway/scaleway-cli/cmd/scw"
|
go_package="github.com/scaleway/scaleway-cli/cmd/scw"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Michael Gehring <mg@ebfe.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/scaleway/scaleway-cli"
|
homepage="https://github.com/scaleway/scaleway-cli"
|
||||||
distfiles="https://github.com/scaleway/scaleway-cli/archive/v${version}.tar.gz"
|
distfiles="https://github.com/scaleway/scaleway-cli/archive/v${version}.tar.gz"
|
||||||
checksum=bda49f5b33a3214aabbb69a51284fc6ca73110cacecbd8ff3edc0749a44cbced
|
checksum=8e9bdd72cbc5a9e6f89e61017c8f6f8b070b5dab23d926d9234ef5cd9e014eda
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall contrib/completion/bash/scw.bash 0644 usr/share/bash-completion/completions
|
vinstall contrib/completion/bash/scw.bash 0644 usr/share/bash-completion/completions
|
||||||
|
|
Loading…
Reference in a new issue