mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
minio: update to 2018.07.23. (#1181)
This commit is contained in:
parent
335ce8473a
commit
95e285657e
1 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'minio'
|
# Template file for 'minio'
|
||||||
pkgname=minio
|
pkgname=minio
|
||||||
version=2018.07.13
|
version=2018.07.23
|
||||||
revision=1
|
revision=1
|
||||||
_version="${version//./-}T00-09-07Z"
|
_version="${version//./-}T18-34-49Z"
|
||||||
wrksrc=${pkgname}-RELEASE.${_version}
|
wrksrc=${pkgname}-RELEASE.${_version}
|
||||||
build_style=go
|
build_style=go
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
|
@ -12,7 +12,7 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/minio/minio"
|
homepage="https://github.com/minio/minio"
|
||||||
go_import_path="github.com/minio/minio"
|
go_import_path="github.com/minio/minio"
|
||||||
distfiles="${homepage}/archive/RELEASE.${_version}.tar.gz"
|
distfiles="${homepage}/archive/RELEASE.${_version}.tar.gz"
|
||||||
checksum=777a190fbec65d5977efdebf7f5b63d562a00d02f9d0b34448ff58c3027bea9b
|
checksum=a5c963889484b109861d3869d101489c44067337b410d1422b462309b0e8a4a6
|
||||||
system_accounts="_minio"
|
system_accounts="_minio"
|
||||||
_minio_homedir="/var/lib/minio"
|
_minio_homedir="/var/lib/minio"
|
||||||
_minio_descr="Minio Daemon User"
|
_minio_descr="Minio Daemon User"
|
||||||
|
@ -23,7 +23,6 @@ do_check() {
|
||||||
:
|
:
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue