skopeo: update to 0.1.32.

This commit is contained in:
Frank Steinborn 2018-11-15 23:56:07 +01:00 committed by maxice8
parent a0a22761e7
commit bdb00ec51a
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# Template file for 'skopeo'
pkgname=skopeo
version=0.1.31
revision=3
version=0.1.32
revision=1
build_style=go
go_import_path="github.com/projectatomic/${pkgname}"
go_import_path="github.com/containers/${pkgname}"
go_package="${go_import_path}/cmd/${pkgname}"
hostmakedepends="go-md2man pkg-config"
makedepends="device-mapper-devel gpgme-devel libbtrfs-devel libostree-devel"
@ -12,7 +12,7 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
license="Apache-2.0"
homepage="https://github.com/containers/skopeo"
distfiles="https://github.com/containers/${pkgname}/archive/v${version}.tar.gz"
checksum=f41121044ddca07afa63788302caf3582a653269c9601f7528003693d9807726
checksum=fcb593d4fa4cb6cf8f1817d21f43a8051c1d8c759b857633d4b932361dbd93a7
make_dirs="/var/lib/atomic/sigstore 0755 root root"
post_build() {