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'
|
||||
pkgname=docker-machine
|
||||
version=0.12.0
|
||||
revision=2
|
||||
version=0.13.0
|
||||
revision=1
|
||||
wrksrc="machine-${version}"
|
||||
build_style=go
|
||||
go_import_path="github.com/docker/machine"
|
||||
|
@ -11,7 +11,7 @@ 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=46ad6f8f0762e0f30df455ef90c670136453e694e64a976b402ccba935d021d5
|
||||
checksum=f75f6602a6d013a7b2ae517c3bdb07d8977825c1a0506157831fcd2ae083dc25
|
||||
|
||||
do_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue