buildah: update to 1.32.2

This commit is contained in:
Cameron Nemo 2023-11-13 08:36:56 -08:00 committed by Duncan Overbruck
parent 1d1a4ddddf
commit d407a1f4d7

View file

@ -1,7 +1,7 @@
# Template file for 'buildah' # Template file for 'buildah'
pkgname=buildah pkgname=buildah
version=1.31.0 version=1.32.2
revision=2 revision=1
build_style=go build_style=go
go_import_path=github.com/containers/buildah go_import_path=github.com/containers/buildah
go_package="${go_import_path}/cmd/buildah" go_package="${go_import_path}/cmd/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="https://github.com/containers/buildah/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/containers/buildah/archive/refs/tags/v${version}.tar.gz"
checksum=c119921e8e4b2d7fd7e1041dfbcfdfac0882e3dea4f7dabdc5175f9bbc70d868 checksum=4e6c4b2186d6ef5195334f6979d3f7484664a5a3df425b6524a19b14774efc20
post_build() { post_build() {
make -C docs GOMD2MAN=go-md2man make -C docs GOMD2MAN=go-md2man