docker-machine: update to 0.16.0.
This commit is contained in:
parent
debf49d4f6
commit
c609f3e1ce
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'docker-machine'
|
# Template file for 'docker-machine'
|
||||||
pkgname=docker-machine
|
pkgname=docker-machine
|
||||||
version=0.15.0
|
version=0.16.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="machine-${version}"
|
wrksrc="machine-${version}"
|
||||||
build_style=go
|
build_style=go
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/docker/machine/"
|
homepage="https://github.com/docker/machine/"
|
||||||
distfiles="https://github.com/docker/machine/archive/v${version}.tar.gz"
|
distfiles="https://github.com/docker/machine/archive/v${version}.tar.gz"
|
||||||
checksum=d2d84fd0857eb6120f983da4b4198f751cb2fc3954f495b1c602e9bc575335e3
|
checksum=42342b21410cc29d71ca4d5b25e17eeaf20f21a0f3b825e702a7ddcff5adcb16
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue