mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
parent
ca630ce09a
commit
7a8ac7c26a
@ -5,11 +5,11 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1948/Azure.Functions.Cli.win-x64.2.7.1948.zip",
|
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1948/Azure.Functions.Cli.win-x64.2.7.1948.zip#/dl.7z",
|
||||||
"hash": "9ec12abe01a2590a634a808ee5d63e940703dd12c61202a317397b294ecf9b0a"
|
"hash": "9ec12abe01a2590a634a808ee5d63e940703dd12c61202a317397b294ecf9b0a"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1948/Azure.Functions.Cli.win-x86.2.7.1948.zip",
|
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1948/Azure.Functions.Cli.win-x86.2.7.1948.zip#/dl.7z",
|
||||||
"hash": "c43791137743e1496a96e03e87ae1f544bfbb40fb978d0bb853e2cda83e7c98e"
|
"hash": "c43791137743e1496a96e03e87ae1f544bfbb40fb978d0bb853e2cda83e7c98e"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -18,11 +18,12 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-x64.$version.zip"
|
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-x64.$version.zip#/dl.7z"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-x86.$version.zip"
|
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-x86.$version.zip#/dl.7z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"##": "Rename download file because 7-zip can't decompress it as zip file."
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user