minio: update to 2018.07.23. (#1181)
This commit is contained in:
parent
335ce8473a
commit
95e285657e
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'minio'
|
||||
pkgname=minio
|
||||
version=2018.07.13
|
||||
version=2018.07.23
|
||||
revision=1
|
||||
_version="${version//./-}T00-09-07Z"
|
||||
_version="${version//./-}T18-34-49Z"
|
||||
wrksrc=${pkgname}-RELEASE.${_version}
|
||||
build_style=go
|
||||
hostmakedepends="git"
|
||||
|
@ -12,7 +12,7 @@ license="Apache-2.0"
|
|||
homepage="https://github.com/minio/minio"
|
||||
go_import_path="github.com/minio/minio"
|
||||
distfiles="${homepage}/archive/RELEASE.${_version}.tar.gz"
|
||||
checksum=777a190fbec65d5977efdebf7f5b63d562a00d02f9d0b34448ff58c3027bea9b
|
||||
checksum=a5c963889484b109861d3869d101489c44067337b410d1422b462309b0e8a4a6
|
||||
system_accounts="_minio"
|
||||
_minio_homedir="/var/lib/minio"
|
||||
_minio_descr="Minio Daemon User"
|
||||
|
@ -23,7 +23,6 @@ do_check() {
|
|||
:
|
||||
}
|
||||
|
||||
|
||||
post_install() {
|
||||
vdoc README.md
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue