hcloud: update to 1.8.0.
This commit is contained in:
parent
34b2ffe533
commit
4d2e6a05de
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'hcloud'
|
||||
pkgname=hcloud
|
||||
version=1.7.0
|
||||
version=1.8.0
|
||||
revision=1
|
||||
wrksrc="cli-${version}"
|
||||
build_style=go
|
||||
|
@ -8,11 +8,12 @@ go_import_path=github.com/hetznercloud/cli
|
|||
go_package=github.com/hetznercloud/cli/cmd/hcloud
|
||||
go_ldflags="-X github.com/hetznercloud/cli.Version=${version}"
|
||||
short_desc="Command-line interface for Hetzner Cloud"
|
||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||
hostmakedepends="git"
|
||||
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=e48ca7f56ba8ffb70c1a14d1c20552f54c9b224f96b42d95230974fd63625838
|
||||
checksum=3745561c43816a8d01f8c4a8ec5d64de3d5da1501537425813ccf294e64b38ea
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue