docker2aci: update to 0.10.0.
This commit is contained in:
parent
ca1aa9e8cd
commit
031f20b6ba
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'docker2aci'
|
# Template file for 'docker2aci'
|
||||||
pkgname=docker2aci
|
pkgname=docker2aci
|
||||||
version=0.9.3
|
version=0.10.0
|
||||||
revision=2
|
revision=1
|
||||||
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"
|
||||||
|
@ -10,4 +10,4 @@ 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/v$version.tar.gz"
|
distfiles="$homepage/archive/v$version.tar.gz"
|
||||||
checksum=5aea6b7aac414af7135433cb8ea361c3faf83b87132685a57929b5cd25a2a07a
|
checksum=87ddf584ff5d0446d6c1be86bdc0d3551d60017c43b0b83df21b7778238650c2
|
||||||
|
|
Loading…
Reference in New Issue