Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/buildah/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'buildah'
pkgname=buildah
version=1.37.0
revision=3
version=1.42.2
revision=1
build_style=go
go_import_path=github.com/containers/buildah
go_package="${go_import_path}/cmd/buildah"
Expand All @@ -16,7 +16,7 @@ license="Apache-2.0"
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=f59adef68d88f21efc022f60c09cd084c4fd68a72f0282df09514fb0431069d9
checksum=784dfcf050d55c011aaf4e7247b1465259c41c861ff455dc754d6159121cab1e

post_build() {
make -C docs GOMD2MAN=go-md2man
Expand Down
Loading