diff --git a/bucket/azure-developer-cli.json b/bucket/azure-developer-cli.json index 3fd7523220..28688f5b8d 100644 --- a/bucket/azure-developer-cli.json +++ b/bucket/azure-developer-cli.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json", - "version": "1.22.0", + "version": "1.22.1", "description": "A developer CLI that reduces the time it takes to get started on Azure", "homepage": "https://aka.ms/azd", "license": "MIT", @@ -10,12 +10,12 @@ ], "architecture": { "arm64": { - "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.22.0/azd-windows-arm64-alpha.zip", - "hash": "0a04503f09f07e3b0e0de73b10bde39d1ccd95d4c0baa886fcf2989df5f48ed5" + "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.22.1/azd-windows-arm64-alpha.zip", + "hash": "0b7d5d006d93212612f338c3c38e0584f548aa76b3227d22c3cb2dbc9060de7f" }, "64bit": { - "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.22.0/azd-windows-amd64.zip", - "hash": "d7b61b4b81d1ea89b2db9db758ddb4f768d6edee5120b5a382970dba822e4f02" + "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.22.1/azd-windows-amd64.zip", + "hash": "05fc45a69c17cb8e55ed8e6e9d94a368c295b5e1718cfde51506e681ac339d35" } }, "pre_install": "Get-Item \"$dir\\azd-*.exe\" | Rename-Item -NewName \"azd.exe\"",