containers-common: update to 0.60.0
This commit is contained in:
parent
f3131738de
commit
16c2d32283
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'containers-common'
|
# Template file for 'containers-common'
|
||||||
pkgname=containers-common
|
pkgname=containers-common
|
||||||
version=0.56.0
|
version=0.60.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="-C docs"
|
make_build_args="-C docs"
|
||||||
|
@ -10,8 +10,9 @@ short_desc="Docs and configs shared by podman, buildah, and skopeo"
|
||||||
maintainer="Cameron Nemo <cam@nohom.org>"
|
maintainer="Cameron Nemo <cam@nohom.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/containers/common"
|
homepage="https://github.com/containers/common"
|
||||||
distfiles="https://github.com/containers/common/archive/v${version}.tar.gz"
|
changelog="https://github.com/containers/common/releases"
|
||||||
checksum=a981ff8746cf193fda0caccb9cd0deac121e334dfa0de6f441ad7ebb267f1109
|
distfiles="https://github.com/containers/common/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=c9f9a2ba78c69234b78d4b168bb2f70e3459e66d7931e68fde449af9b52e0062
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall pkg/seccomp/seccomp.json 0644 usr/share/containers
|
vinstall pkg/seccomp/seccomp.json 0644 usr/share/containers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue