docker-gen: update to 0.10.0.
This commit is contained in:
parent
74a4426e1d
commit
5e55bc021a
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'docker-gen'
|
# Template file for 'docker-gen'
|
||||||
pkgname=docker-gen
|
pkgname=docker-gen
|
||||||
version=0.9.4
|
version=0.10.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/nginx-proxy/docker-gen"
|
go_import_path="github.com/nginx-proxy/docker-gen"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/nginx-proxy/docker-gen"
|
homepage="https://github.com/nginx-proxy/docker-gen"
|
||||||
distfiles="https://github.com/nginx-proxy/docker-gen/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/nginx-proxy/docker-gen/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=4c25f9a876d90710586fce38ec18336fc9b679e5a6237df458f5674ca82b3d8b
|
checksum=3326b42377b611f403bd31dbb625c55e666cb2e8202a76a6e13a2cc546a39446
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue