mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
zip: use scoops binary mirror
- directly use inner zip file from x64 release - closes #263
This commit is contained in:
parent
dd4c8bbfc5
commit
0c4f98e99b
@ -15,17 +15,11 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"hash": "f8bbc1821d50400245107ce8cfa4a6c7b524387b58bbd6cbe9c20094e82c3bb5",
|
"hash": "f8bbc1821d50400245107ce8cfa4a6c7b524387b58bbd6cbe9c20094e82c3bb5",
|
||||||
"url": "https://r15ch13.keybase.pub/scoop/zip/zip300xn.zip"
|
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/zip/zip300xn.zip"
|
||||||
},
|
},
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"hash": "ed29893fcd7f8b2afb2ead0461663584b740b5d064d4e1c87084107941197a7b",
|
"hash": "63f32f1f797680d9c68379d36cff4373674d405527d7fa2b4bbd34edcc3370d2",
|
||||||
"url": "https://r15ch13.keybase.pub/scoop/zip/zip300xn-x64.zip"
|
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/zip/x64/zip300xn-x64.zip"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"pre_install": [
|
|
||||||
"if(Test-Path \"$dir\\zip300xn-x64.zip\") {",
|
|
||||||
"extract_zip \"$dir\\zip300xn-x64.zip\" \"$dir\"",
|
|
||||||
"Remove-Item \"$dir\\zip300xn-x64.zip\"",
|
|
||||||
"}"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user