buildah: update to 1.10.1.
buildah: use containers.image policy.json
This commit is contained in:
parent
ae6b6878d1
commit
0c9620f2c7
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'buildah'
|
# Template file for 'buildah'
|
||||||
pkgname=buildah
|
pkgname=buildah
|
||||||
version=1.9.2
|
version=1.10.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/containers/buildah
|
go_import_path=github.com/containers/buildah
|
||||||
|
@ -9,13 +9,13 @@ go_build_tags=containers_image_ostree_stub
|
||||||
hostmakedepends="pkg-config go-md2man"
|
hostmakedepends="pkg-config go-md2man"
|
||||||
makedepends="libostree-devel libbtrfs-devel device-mapper-devel gpgme-devel
|
makedepends="libostree-devel libbtrfs-devel device-mapper-devel gpgme-devel
|
||||||
libassuan-devel libseccomp-devel"
|
libassuan-devel libseccomp-devel"
|
||||||
depends="runc skopeo containers.image"
|
depends="runc containers.image"
|
||||||
short_desc="Dockerfile compatible OCI image building tool"
|
short_desc="Dockerfile compatible OCI image building tool"
|
||||||
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/containers/buildah"
|
homepage="https://github.com/containers/buildah"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=e25b97e3d57f173376f6001c576b176f7c490d0d6cbca6a36ee2456e4393512e
|
checksum=02dc74649a2341d355281911ee5a8e4801165192e4419627513698ab129c9e78
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
make -C docs GOMD2MAN=go-md2man
|
make -C docs GOMD2MAN=go-md2man
|
||||||
|
|
Loading…
Reference in New Issue