mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
doctl: update to 1.97.0.
This commit is contained in:
parent
3fe6ddb2e2
commit
7e2aec23c3
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'doctl'
|
# Template file for 'doctl'
|
||||||
pkgname=doctl
|
pkgname=doctl
|
||||||
version=1.96.1
|
version=1.97.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"
|
||||||
|
go_package="${go_import_path}/cmd/doctl"
|
||||||
_maj_min=${version%*.*}
|
_maj_min=${version%*.*}
|
||||||
_major=${_maj_min%.*}
|
_major=${_maj_min%.*}
|
||||||
_minor=${_maj_min#*.}
|
_minor=${_maj_min#*.}
|
||||||
|
@ -15,4 +16,4 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/digitalocean/doctl"
|
homepage="https://github.com/digitalocean/doctl"
|
||||||
changelog="https://raw.githubusercontent.com/digitalocean/doctl/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/digitalocean/doctl/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/digitalocean/doctl/archive/v${version}.tar.gz"
|
distfiles="https://github.com/digitalocean/doctl/archive/v${version}.tar.gz"
|
||||||
checksum=1a5d71a4c387fcc7d5bea60d2ee80188f539b77744be0db29bdfef1fb5ecda66
|
checksum=98ca6b4ae7ce77ef1eff2701a158c840e783deb02bfe0870de1c4a24e14ff2a9
|
||||||
|
|
Loading…
Add table
Reference in a new issue