Skip to content

Commit

Permalink
azure-functions-core-tools@4.0.6280: Add arm64 version (#6230)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-l-a-v authored Oct 21, 2024
1 parent 7f91b60 commit d18c4fe
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions bucket/azure-functions-core-tools.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,36 @@
{
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
"##": "Rename download file because 7-zip can't decompress it as zip file.",
"version": "4.0.6280",
"description": "Microsoft Azure Functions Core Tools",
"homepage": "https://github.com/Azure/azure-functions-core-tools",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.6280/Azure.Functions.Cli.win-x64.4.0.6280.zip#/dl.7z",
"hash": "5264a302624b0173c155ec3b0baa20d7ce71fc94ce61c3b5509d5e882505c2a3"
"arm64": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.6280/Azure.Functions.Cli.win-arm64.4.0.6280.zip#/dl.7z",
"hash": "69c533a8d9d6d3286eaa2fc62fb33f3e50a1d49bb085dc6a5b6f705836c34486"
},
"32bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.6280/Azure.Functions.Cli.win-x86.4.0.6280.zip#/dl.7z",
"hash": "8cfd9397c80fe1063084f67d64190027359320123ea96c69ab86641cead76135"
},
"64bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.6280/Azure.Functions.Cli.win-x64.4.0.6280.zip#/dl.7z",
"hash": "5264a302624b0173c155ec3b0baa20d7ce71fc94ce61c3b5509d5e882505c2a3"
}
},
"bin": "func.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-x64.$version.zip#/dl.7z"
"arm64": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-arm64.$version.zip#/dl.7z"
},
"32bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-x86.$version.zip#/dl.7z"
},
"64bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-x64.$version.zip#/dl.7z"
}
},
"hash": {
Expand Down

0 comments on commit d18c4fe

Please sign in to comment.