docker-machine: update to 0.13.0. (#8498)
This commit is contained in:
parent
92b4f87b18
commit
1bf9909938
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'docker-machine'
|
# Template file for 'docker-machine'
|
||||||
pkgname=docker-machine
|
pkgname=docker-machine
|
||||||
version=0.12.0
|
version=0.13.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="machine-${version}"
|
wrksrc="machine-${version}"
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/docker/machine"
|
go_import_path="github.com/docker/machine"
|
||||||
|
@ -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=46ad6f8f0762e0f30df455ef90c670136453e694e64a976b402ccba935d021d5
|
checksum=f75f6602a6d013a7b2ae517c3bdb07d8977825c1a0506157831fcd2ae083dc25
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue