doctl: update to 1.73.0.
This commit is contained in:
parent
41635fa4ea
commit
a9b1e77397
1 changed files with 7 additions and 3 deletions
|
@ -1,13 +1,17 @@
|
||||||
# Template file for 'doctl'
|
# Template file for 'doctl'
|
||||||
pkgname=doctl
|
pkgname=doctl
|
||||||
version=1.71.0
|
version=1.73.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/digitalocean/doctl/cmd/doctl"
|
go_import_path="github.com/digitalocean/doctl/cmd/doctl"
|
||||||
go_build_tags="v${version}"
|
_maj_min=${version%*.*}
|
||||||
|
_major=${_maj_min%.*}
|
||||||
|
_minor=${_maj_min#*.}
|
||||||
|
_patch=${version#*.*.*}
|
||||||
|
go_ldflags="-X github.com/digitalocean/doctl.Major=$_major -X github.com/digitalocean/doctl.Minor=$_minor -X github.com/digitalocean/doctl.Patch=$_patch -X github.com/digitalocean/doctl.Label=voidlinux"
|
||||||
short_desc="Command line tool for DigitalOcean services"
|
short_desc="Command line tool for DigitalOcean services"
|
||||||
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/digitalocean/doctl"
|
homepage="https://github.com/digitalocean/doctl"
|
||||||
distfiles="https://github.com/digitalocean/doctl/archive/v${version}.tar.gz"
|
distfiles="https://github.com/digitalocean/doctl/archive/v${version}.tar.gz"
|
||||||
checksum=62a14c05bd4b8442f0a610f9eba7237fe67e1afc397750893cdf2b741aebfd54
|
checksum=cc7a6f91febf4d40f8afca0fe4ddfa7aa9be3572e3a0124fca2865e35b52ef00
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue