buildah: update to 1.18.0.
This commit is contained in:
parent
13bb93aa19
commit
8ff1bf955c
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'buildah'
|
||||
pkgname=buildah
|
||||
version=1.16.2
|
||||
version=1.18.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/containers/buildah
|
||||
|
@ -14,15 +14,16 @@ short_desc="Dockerfile compatible OCI image building tool"
|
|||
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/containers/buildah"
|
||||
changelog="https://github.com/containers/buildah/blob/master/CHANGELOG.md"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=355b7b6c6486be0375d6ac74c43a61f1bed1faa6c90b1f70c389da4a7fc9a03e
|
||||
checksum=500c82fb369fd08a9bb9a41f294c5975f17575770dbfaba5cce9a6e09b6a3fb9
|
||||
|
||||
post_build() {
|
||||
make -C docs GOMD2MAN=go-md2man
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vinstall contrib/completions/bash/buildah 644 /usr/share/bash-completion/completions
|
||||
vcompletion contrib/completions/bash/buildah bash
|
||||
for _i in docs/*.1; do
|
||||
vman $_i
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue