skopeo: update to 0.1.37.
This commit is contained in:
parent
2351fd01cf
commit
7490580338
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'skopeo'
|
# Template file for 'skopeo'
|
||||||
pkgname=skopeo
|
pkgname=skopeo
|
||||||
version=0.1.36
|
version=0.1.37
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/containers/${pkgname}"
|
go_import_path="github.com/containers/${pkgname}"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/containers/skopeo"
|
homepage="https://github.com/containers/skopeo"
|
||||||
distfiles="https://github.com/containers/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/containers/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=42f9b0bf53ae44bc294be400e2c5259f977ffa4d5dbac3576b0b5e23d59791fd
|
checksum=49c0c1b2c2f32422d3230f827ae405fc554fb34af41a54e59b2121ac1500505d
|
||||||
make_dirs="/var/lib/atomic/sigstore 0755 root root"
|
make_dirs="/var/lib/atomic/sigstore 0755 root root"
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
|
|
Loading…
Reference in New Issue