buildah: update to 1.20.0.
This commit is contained in:
parent
eb8a303281
commit
f8d20c5eeb
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'buildah'
|
# Template file for 'buildah'
|
||||||
pkgname=buildah
|
pkgname=buildah
|
||||||
version=1.19.6
|
version=1.20.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/containers/buildah
|
go_import_path=github.com/containers/buildah
|
||||||
|
@ -16,7 +16,7 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/containers/buildah"
|
homepage="https://github.com/containers/buildah"
|
||||||
changelog="https://github.com/containers/buildah/blob/master/CHANGELOG.md"
|
changelog="https://github.com/containers/buildah/blob/master/CHANGELOG.md"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=4f2e737521691abddfff7eaf6d7a7137db019c842de61d68054ccc2a6587c2fd
|
checksum=6af8fd6ad6fdb515f4f806105c8fe3e4ceda63eaea6e33e3c7ac7b272fe61797
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
make -C docs GOMD2MAN=go-md2man
|
make -C docs GOMD2MAN=go-md2man
|
||||||
|
|
Loading…
Reference in New Issue