docker-machine: update to 0.15.0.
This commit is contained in:
parent
8393e29c8d
commit
a1f8a20327
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'docker-machine'
|
||||
pkgname=docker-machine
|
||||
version=0.14.0
|
||||
revision=4
|
||||
version=0.15.0
|
||||
revision=1
|
||||
wrksrc="machine-${version}"
|
||||
build_style=go
|
||||
go_import_path="github.com/docker/machine"
|
||||
go_package="${go_import_path}/cmd"
|
||||
go_import_path=github.com/docker/machine
|
||||
go_package="${go_import_path}/cmd/docker-machine"
|
||||
short_desc="Docker Machine management for a container-centric world"
|
||||
maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/docker/machine/"
|
||||
distfiles="https://github.com/docker/machine/archive/v${version}.tar.gz"
|
||||
checksum=a06bd621db164ed297ebff2ad1a7109490df0376cd352d92309dfb108f3ca007
|
||||
checksum=d2d84fd0857eb6120f983da4b4198f751cb2fc3954f495b1c602e9bc575335e3
|
||||
|
||||
do_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue