mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 21:01:25 +00:00
azure-developer-cli: Update to version 1.22.2
This commit is contained in:
parent
9de3d7a3e7
commit
a360ced7ba
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
|
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
|
||||||
"version": "1.22.1",
|
"version": "1.22.2",
|
||||||
"description": "A developer CLI that reduces the time it takes to get started on Azure",
|
"description": "A developer CLI that reduces the time it takes to get started on Azure",
|
||||||
"homepage": "https://aka.ms/azd",
|
"homepage": "https://aka.ms/azd",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -10,12 +10,12 @@
|
|||||||
],
|
],
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.22.1/azd-windows-arm64-alpha.zip",
|
"url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.22.2/azd-windows-arm64-alpha.zip",
|
||||||
"hash": "0b7d5d006d93212612f338c3c38e0584f548aa76b3227d22c3cb2dbc9060de7f"
|
"hash": "be521b41c00be471212cf6530b5a36e77c4e4a383675cba395866f2e68a8c81a"
|
||||||
},
|
},
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.22.1/azd-windows-amd64.zip",
|
"url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.22.2/azd-windows-amd64.zip",
|
||||||
"hash": "05fc45a69c17cb8e55ed8e6e9d94a368c295b5e1718cfde51506e681ac339d35"
|
"hash": "b7395fcebdb35795e6171156acba4ac76bcb35ac778698e3ddf9ecf5a7215cbc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pre_install": "Get-Item \"$dir\\azd-*.exe\" | Rename-Item -NewName \"azd.exe\"",
|
"pre_install": "Get-Item \"$dir\\azd-*.exe\" | Rename-Item -NewName \"azd.exe\"",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user