Skip to content

Commit

Permalink
contrib/buildah: update to 1.35.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed May 10, 2024
1 parent 4fbbac3 commit c7ee3bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/buildah/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "buildah"
pkgver = "1.35.3"
pkgrel = 1
pkgver = "1.35.4"
pkgrel = 0
build_style = "go"
make_build_args = ["./cmd/..."]
hostmakedepends = [
Expand Down Expand Up @@ -29,6 +29,6 @@
source = (
f"https://github.com/containers/buildah/archive/refs/tags/v{pkgver}.tar.gz"
)
sha256 = "c88d212b8a5e9ced86e3446477130abf42ed30c93f6be891c069abe566c8fe7d"
sha256 = "7d655453d6ff150503a4ecd61481622d83735f89fc69cf1805f0d3a1619c8c2c"
# needs subid config in the chroot
options = ["!check"]

0 comments on commit c7ee3bc

Please sign in to comment.