mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
minio: update to 2018.06.09. (#273)
This commit is contained in:
parent
830518dca8
commit
b3e0adf1f9
2 changed files with 7 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'minio'
|
# Template file for 'minio'
|
||||||
pkgname=minio
|
pkgname=minio
|
||||||
version=2018.03.19
|
version=2018.06.09
|
||||||
revision=2
|
revision=1
|
||||||
_version="${version//./-}T19-22-06Z"
|
_version="${version//./-}T03-43-35Z"
|
||||||
wrksrc=$pkgname-RELEASE.$_version
|
wrksrc=${pkgname}-RELEASE.${_version}
|
||||||
build_style=go
|
build_style=go
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="Object storage server compatible with Amazon S3"
|
short_desc="Object storage server compatible with Amazon S3"
|
||||||
|
@ -11,8 +11,8 @@ maintainer="Gerardo Di Iorio <arete74@gmail.com>"
|
||||||
license="Apache-2.0"
|
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=91afb0b5acbfd622a5ea55495b5abca3cfdf23eef213ea15f74f1682d68eca84
|
checksum=b37d23501bf8a34f6fc72a27421b6bfc9242ca4ee95037880b8035d76a91f173
|
||||||
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"
|
||||||
|
|
1
srcpkgs/minio/update
Normal file
1
srcpkgs/minio/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pattern="/archive/RELEASE\.\K[-\d]+(?=T[-\d]+Z\.tar\.gz)"
|
Loading…
Add table
Reference in a new issue