skopeo: update to 1.0.0.
This commit is contained in:
parent
7759b167d2
commit
44fafe203b
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'skopeo'
|
# Template file for 'skopeo'
|
||||||
pkgname=skopeo
|
pkgname=skopeo
|
||||||
version=0.2.0
|
version=1.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/containers/${pkgname}"
|
go_import_path="github.com/containers/${pkgname}"
|
||||||
|
@ -10,11 +10,11 @@ hostmakedepends="go-md2man pkg-config"
|
||||||
makedepends="device-mapper-devel gpgme-devel libbtrfs-devel"
|
makedepends="device-mapper-devel gpgme-devel libbtrfs-devel"
|
||||||
depends="containers.image"
|
depends="containers.image"
|
||||||
short_desc="Utility for operations on container images and image repositories"
|
short_desc="Utility for operations on container images and image repositories"
|
||||||
maintainer="Frank Steinborn <steinex@nognu.de>"
|
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||||
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=b58c54732932cdd89f760f30136317fc2fef6457d158fb1e5d4976aeabcb20f2
|
checksum=df5f38ee72e2fede508d1fd272a48773b86eb6bc6cc4b7b856a99669d22fa5df
|
||||||
make_dirs="/var/lib/atomic/sigstore 0755 root root"
|
make_dirs="/var/lib/atomic/sigstore 0755 root root"
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue