docker-gen: update to 0.7.1.
This commit is contained in:
parent
930114e7e3
commit
7b5ae8657e
1 changed files with 8 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'docker-gen'
|
||||
pkgname=docker-gen
|
||||
version=0.7.0
|
||||
revision=2
|
||||
version=0.7.1
|
||||
revision=1
|
||||
build_style=go
|
||||
hostmakedepends="git-perl"
|
||||
hostmakedepends="git-perl glock"
|
||||
short_desc="Generate files from docker container meta-data"
|
||||
go_import_path="github.com/jwilder/docker-gen"
|
||||
go_package="${go_import_path}/cmd/docker-gen"
|
||||
|
@ -11,8 +11,11 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://$go_import_path"
|
||||
distfiles="$homepage/archive/$version.tar.gz"
|
||||
checksum=1eebd5cc4239cf2976019aa7a4903a675717d6e9a03fb85c033d60124a8d5922
|
||||
broken=yes
|
||||
checksum=e806667474863f4e3793b52af274405c99731458dfe7715ed84edc3675ea7941
|
||||
|
||||
pre_build() {
|
||||
glock sync -n < GLOCKFILE
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue