mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-17 22:57:01 +02:00
buildah: update to 1.37.0
This commit is contained in:
parent
1f15f8d599
commit
b4a26eb6d7
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'buildah'
|
||||
pkgname=buildah
|
||||
version=1.32.2
|
||||
version=1.37.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/containers/buildah
|
||||
|
@ -13,10 +13,10 @@ depends="runc containers.image containers.storage containers-common"
|
|||
short_desc="Dockerfile compatible OCI image building tool"
|
||||
maintainer="Cameron Nemo <cam@nohom.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/containers/buildah"
|
||||
changelog="https://github.com/containers/buildah/blob/master/CHANGELOG.md"
|
||||
homepage="https://buildah.io/"
|
||||
changelog="https://raw.githubusercontent.com/containers/buildah/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/containers/buildah/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=4e6c4b2186d6ef5195334f6979d3f7484664a5a3df425b6524a19b14774efc20
|
||||
checksum=f59adef68d88f21efc022f60c09cd084c4fd68a72f0282df09514fb0431069d9
|
||||
|
||||
post_build() {
|
||||
make -C docs GOMD2MAN=go-md2man
|
||||
|
|
Loading…
Add table
Reference in a new issue