buildah: update to 1.23.0
This commit is contained in:
parent
b1db5bf6d0
commit
20b7e2cfdc
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'buildah'
|
||||
pkgname=buildah
|
||||
version=1.20.1
|
||||
version=1.23.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/containers/buildah
|
||||
|
@ -15,8 +15,8 @@ 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=970c326594acf85665640b721d11839fb9701daef3471cd8dd1823ff33b11db2
|
||||
distfiles="https://github.com/containers/buildah/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=9c5c8df4ccfccd53e3170e18aea3255068547799d61dd36985273bb82563769c
|
||||
|
||||
post_build() {
|
||||
make -C docs GOMD2MAN=go-md2man
|
||||
|
|
Loading…
Reference in a new issue