mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
scaleway-cli: update to 1.15.
This commit is contained in:
parent
5522967546
commit
7cd511509b
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'scaleway-cli'
|
# Template file for 'scaleway-cli'
|
||||||
pkgname=scaleway-cli
|
pkgname=scaleway-cli
|
||||||
version=1.14
|
version=1.15
|
||||||
revision=6
|
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,10 +10,10 @@ 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=8d1c0cd9db51ceb18c819ce52d277897622a227b02abd8a566dacc3523dcda2c
|
checksum=7a7229057a4ed197f9c138df55023b034943b0358200aab1d810cac56ee816b2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall contrib/completion/bash/scw 0644 usr/share/bash-completion/completions
|
vinstall contrib/completion/bash/scw.bash 0644 usr/share/bash-completion/completions
|
||||||
vinstall contrib/completion/zsh/_scw 0644 usr/share/zsh/site-functions
|
vinstall contrib/completion/zsh/_scw 0644 usr/share/zsh/site-functions
|
||||||
vdoc README.md README
|
vdoc README.md README
|
||||||
vlicense LICENSE.md LICENSE
|
vlicense LICENSE.md LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue