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