mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
scaleway-cli: update to 2.12.0.
This commit is contained in:
parent
c6d2b770c0
commit
8b4d492020
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'scaleway-cli'
|
# Template file for 'scaleway-cli'
|
||||||
pkgname=scaleway-cli
|
pkgname=scaleway-cli
|
||||||
version=2.5.1
|
version=2.12.0
|
||||||
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/v2/cmd/scw
|
||||||
go_ldflags="-X main.Version=$version-$revision"
|
go_ldflags="-X main.Version=$version-$revision"
|
||||||
short_desc="Interact with the Scaleway API from the command line"
|
short_desc="Interact with the Scaleway API from the command line"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.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=af926168122c192b10a19d701f2a03a41f14897b2a6c654499203edd2aafcafe
|
checksum=6bd8689b9427dc1a1c27099e26e24bf79fda374f058eea84ff8af7e37ae5511a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc README.md README
|
vdoc README.md README
|
||||||
|
|
Loading…
Add table
Reference in a new issue