buildah: update to 1.23.0

This commit is contained in:
Kye Shi 2021-09-07 14:01:22 -07:00 committed by Michal Vasilek
parent b1db5bf6d0
commit 20b7e2cfdc

View file

@ -1,6 +1,6 @@
# Template file for 'buildah' # Template file for 'buildah'
pkgname=buildah pkgname=buildah
version=1.20.1 version=1.23.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
@ -15,8 +15,8 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
license="Apache-2.0" 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="https://github.com/containers/buildah/archive/refs/tags/v${version}.tar.gz"
checksum=970c326594acf85665640b721d11839fb9701daef3471cd8dd1823ff33b11db2 checksum=9c5c8df4ccfccd53e3170e18aea3255068547799d61dd36985273bb82563769c
post_build() { post_build() {
make -C docs GOMD2MAN=go-md2man make -C docs GOMD2MAN=go-md2man