minio: Use archive URL (#1056)

This commit is contained in:
Janic Mikes 2020-05-05 20:56:02 +02:00 committed by GitHub
parent 8b6e932ad7
commit 1df4416e19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
"bin": "mc.exe", "bin": "mc.exe",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dl.min.io/client/mc/release/windows-amd64/mc.RELEASE.2020-05-05T06-03-47Z#/mc.exe", "url": "https://dl.min.io/client/mc/release/windows-amd64/archive/mc.RELEASE.2020-05-05T06-03-47Z#/mc.exe",
"hash": "d681890686a9319f84db3faf57a957c119d762bf1890a1137bc53627844e33c6" "hash": "d681890686a9319f84db3faf57a957c119d762bf1890a1137bc53627844e33c6"
} }
}, },
@ -20,9 +20,9 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dl.min.io/client/mc/release/windows-amd64/mc.RELEASE.$version#/mc.exe", "url": "https://dl.min.io/client/mc/release/windows-amd64/archive/mc.RELEASE.$version#/mc.exe",
"hash": { "hash": {
"url": "$baseurl/mc.exe.sha256sum" "url": "$url.sha256sum"
} }
} }
} }

View File

@ -6,7 +6,7 @@
"bin": "minio.exe", "bin": "minio.exe",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dl.min.io/server/minio/release/windows-amd64/minio.RELEASE.2020-05-01T22-19-14Z#/minio.exe", "url": "https://dl.min.io/server/minio/release/windows-amd64/archive/minio.RELEASE.2020-05-01T22-19-14Z#/minio.exe",
"hash": "d2de21816bc2620c5e7766b2eda7ca620141307359c0a9161137034fae4d42b9" "hash": "d2de21816bc2620c5e7766b2eda7ca620141307359c0a9161137034fae4d42b9"
} }
}, },
@ -20,9 +20,9 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dl.min.io/server/minio/release/windows-amd64/minio.RELEASE.$version#/minio.exe", "url": "https://dl.min.io/server/minio/release/windows-amd64/archive/minio.RELEASE.$version#/minio.exe",
"hash": { "hash": {
"url": "$baseurl/minio.RELEASE.$version.sha256sum" "url": "$url.sha256sum"
} }
} }
} }