docker-machine: update to 0.16.1.
This commit is contained in:
parent
d9a44c0343
commit
7215fbca4d
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'docker-machine'
|
||||
pkgname=docker-machine
|
||||
version=0.16.0
|
||||
revision=2
|
||||
version=0.16.1
|
||||
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=42342b21410cc29d71ca4d5b25e17eeaf20f21a0f3b825e702a7ddcff5adcb16
|
||||
checksum=b3989ed5b2829c87885b40b209fe475d90d63fbb9bd10879f866441d23cbf495
|
||||
|
||||
do_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue