hcloud: update to 1.25.1.
This commit is contained in:
parent
2148b18b96
commit
ef38332821
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'hcloud'
|
||||
pkgname=hcloud
|
||||
version=1.24.0
|
||||
version=1.25.1
|
||||
revision=1
|
||||
wrksrc="cli-${version}"
|
||||
build_style=go
|
||||
go_import_path=github.com/hetznercloud/cli
|
||||
go_package=github.com/hetznercloud/cli/cmd/hcloud
|
||||
go_ldflags="-X github.com/hetznercloud/cli.Version=${version}"
|
||||
go_ldflags="-X github.com/hetznercloud/cli/internal/version.Version=${version}"
|
||||
short_desc="Command-line interface for Hetzner Cloud"
|
||||
maintainer="Gerardo Di Iorio <arete74@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/hetznercloud/cli"
|
||||
distfiles="https://github.com/hetznercloud/cli/archive/v${version}.tar.gz"
|
||||
checksum=2a5db962b6a5fdd57beb31c5fe0b1202f0dc6f508aea93151148586040cbb975
|
||||
checksum=da5ac8d2b2f54acb56cfc68a37120f7e2171ee25a9fdd07445608436e0790593
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue