mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
umoci: update to 0.4.1.
This commit is contained in:
parent
d087ff9600
commit
f41a717d95
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'umoci'
|
# Template file for 'umoci'
|
||||||
pkgname=umoci
|
pkgname=umoci
|
||||||
version=0.4.0
|
version=0.4.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/openSUSE/umoci
|
go_import_path=github.com/openSUSE/umoci
|
||||||
go_package="${go_import_path}/cmd/${pkgname}"
|
go_package="${go_import_path}/cmd/${pkgname}"
|
||||||
|
@ -10,8 +10,8 @@ short_desc="Umoci Modifies Open Container Images"
|
||||||
maintainer="Cameron Nemo <camerontnorman@gmail.com>"
|
maintainer="Cameron Nemo <camerontnorman@gmail.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=66997e270dee8abc9796385b162a1e8e32dd2ee2359e5200af4e6671cc1e76a0
|
checksum=0d83e01167383f529d726e9fd455660d4837371d5f0d82fad405f3ae6ae52486
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
make doc
|
make doc
|
||||||
|
|
Loading…
Add table
Reference in a new issue