From 2b69c769c49d4afc20c7c45de085c4336af1101a Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Sat, 13 Jul 2019 06:59:56 -0700 Subject: [PATCH] buildah: update to 1.9.1. --- srcpkgs/buildah/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/buildah/template b/srcpkgs/buildah/template index e9536378ac8..b0ebae90523 100644 --- a/srcpkgs/buildah/template +++ b/srcpkgs/buildah/template @@ -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 " 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() {