mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
docker-machine: update to 0.6.0.
This commit is contained in:
parent
390745a549
commit
2afb41385f
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'docker-machine'
|
# Template file for 'docker-machine'
|
||||||
pkgname=docker-machine
|
pkgname=docker-machine
|
||||||
version=0.5.5
|
version=0.6.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"
|
||||||
|
@ -12,8 +12,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=106a804491120bfc9da8a2229b4ce33b4d99210ada0b4ad4f6e1590f81eef8d8
|
checksum=e95f1d0efee8de1b0d97ddc2620cd8ee57ea0de9950a302307e9a9cd3d32ae5a
|
||||||
export GO15VENDOREXPERIMENT=1
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue