buildah: update to 1.9.1.

This commit is contained in:
Cameron Nemo 2019-07-13 06:59:56 -07:00 committed by Jürgen Buchmüller
parent d427868cea
commit 2b69c769c4

View file

@ -1,6 +1,6 @@
# Template file for 'buildah'
pkgname=buildah
version=1.9.0
version=1.9.1
revision=1
build_style=go
go_import_path=github.com/containers/buildah
@ -15,10 +15,10 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
license="Apache-2.0"
homepage="https://github.com/containers/buildah"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=0cba1e25bb3361f1dca160784b12fe45ab77e5b5252617f98e861b337a964dde
checksum=e194c5f4e285be80eb7c095507e4969372e98f1cd6ae4d1998436b7d390d1d07
post_build() {
make -C docs
make -C docs GOMD2MAN=go-md2man
}
post_install() {