docker2aci: update to 0.9.0.
This commit is contained in:
parent
a7953d75de
commit
630296058e
1 changed files with 3 additions and 5 deletions
|
@ -1,9 +1,7 @@
|
||||||
# Template file for 'docker2aci'
|
# Template file for 'docker2aci'
|
||||||
pkgname=docker2aci
|
pkgname=docker2aci
|
||||||
version=0.0.20150224
|
version=0.9.0
|
||||||
revision=1
|
revision=1
|
||||||
_commit=783b6b1c6e031c30dda7f54c47fad5ad0788e1e3
|
|
||||||
wrksrc="$pkgname-$_commit"
|
|
||||||
hostmakedepends="git git-perl"
|
hostmakedepends="git git-perl"
|
||||||
build_style=go
|
build_style=go
|
||||||
short_desc="Library and CLI tool to convert Docker images to ACIs"
|
short_desc="Library and CLI tool to convert Docker images to ACIs"
|
||||||
|
@ -11,5 +9,5 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
go_import_path="github.com/appc/docker2aci"
|
go_import_path="github.com/appc/docker2aci"
|
||||||
homepage="https://$go_import_path"
|
homepage="https://$go_import_path"
|
||||||
distfiles="$homepage/archive/$_commit.tar.gz"
|
distfiles="$homepage/archive/v$version.tar.gz"
|
||||||
checksum=90c063142a87963cbc10823f80073e247733c83b1188927507c3c89f53714cdb
|
checksum=5ca0af58f50b5936f8d952db825f930884d1133c1f0a5259d73da745f26bc5b9
|
||||||
|
|
Loading…
Reference in a new issue