umoci: update to 0.4.6.
This commit is contained in:
parent
5605cf0d4c
commit
50c4ca1222
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'umoci'
|
# Template file for 'umoci'
|
||||||
pkgname=umoci
|
pkgname=umoci
|
||||||
version=0.4.5
|
version=0.4.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/openSUSE/umoci
|
go_import_path=github.com/opencontainers/umoci
|
||||||
go_package="${go_import_path}/cmd/${pkgname}"
|
go_package="${go_import_path}/cmd/${pkgname}"
|
||||||
hostmakedepends="go-md2man"
|
hostmakedepends="go-md2man"
|
||||||
short_desc="Umoci Modifies Open Container Images"
|
short_desc="Umoci Modifies Open Container Images"
|
||||||
|
@ -11,10 +11,10 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://umo.ci"
|
homepage="https://umo.ci"
|
||||||
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||||
checksum=85f8c1b5227f4e44ea280da3dd984b815c811ae5e9280a83b835b64df3eff1b8
|
checksum=19ca1234c7991369586488f4ebb7656f566e1e3d19d2518630620eb54061b87c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
make local-doc
|
make docs
|
||||||
for m in doc/man/*.1; do
|
for m in doc/man/*.1; do
|
||||||
vman "${m}"
|
vman "${m}"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue