mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
scaleway-cli: update to 2.33.0, adopt.
This commit is contained in:
parent
a54cdd40f2
commit
c892c62fdf
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.32.1
|
version=2.33.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/scaleway/scaleway-cli/v2
|
go_import_path=github.com/scaleway/scaleway-cli/v2
|
||||||
go_package=github.com/scaleway/scaleway-cli/v2/cmd/scw
|
go_package=github.com/scaleway/scaleway-cli/v2/cmd/scw
|
||||||
go_ldflags="-X main.Version=$version"
|
go_ldflags="-X main.Version=$version"
|
||||||
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="Sébastien Pondichy<sebastien.pondichy@gmail.com>"
|
||||||
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=4b2bfe7b39dcb259f27d5e4eaae4ffc55f31fb9cf6ff1869c7783c5d75c66eb6
|
checksum=cacf2f6bd749d14aae0ac2168197c3fd763b0e94d630fd07007c50bdce96a068
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc README.md README
|
vdoc README.md README
|
||||||
|
|
Loading…
Add table
Reference in a new issue