containers.storage: update to 1.55.0
This commit is contained in:
parent
dae8277379
commit
1f15f8d599
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'containers.storage'
|
# Template file for 'containers.storage'
|
||||||
pkgname=containers.storage
|
pkgname=containers.storage
|
||||||
version=1.50.2
|
version=1.55.0
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="go-md2man"
|
hostmakedepends="go-md2man"
|
||||||
depends="fuse-overlayfs"
|
depends="fuse-overlayfs"
|
||||||
|
@ -8,8 +8,9 @@ short_desc="Storage configuration 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/storage"
|
homepage="https://github.com/containers/storage"
|
||||||
|
changelog="https://github.com/containers/storage/releases"
|
||||||
distfiles="https://github.com/containers/storage/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/containers/storage/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=8ed20cea8cd9bb6ecb63220a0b3f32df63445fe06fb8074c50e3c942e7d1ca0f
|
checksum=d6c2d3af9e0f674c248477d521d0f8fc5eac050c65e2fd3f823cc42502b22847
|
||||||
_manpage="containers-storage.conf.5"
|
_manpage="containers-storage.conf.5"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Reference in New Issue