mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
minio: Use archive URL (#1056)
This commit is contained in:
parent
8b6e932ad7
commit
1df4416e19
@ -6,7 +6,7 @@
|
||||
"bin": "mc.exe",
|
||||
"architecture": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
@ -20,9 +20,9 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"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": {
|
||||
"url": "$baseurl/mc.exe.sha256sum"
|
||||
"url": "$url.sha256sum"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
"bin": "minio.exe",
|
||||
"architecture": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
@ -20,9 +20,9 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"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": {
|
||||
"url": "$baseurl/minio.RELEASE.$version.sha256sum"
|
||||
"url": "$url.sha256sum"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user