diff --git a/bucket/azure-developer-cli.json b/bucket/azure-developer-cli.json index b258892d5d..7c214e0318 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.21.2", + "version": "1.21.3", "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.21.2/azd-windows-arm64-alpha.zip", - "hash": "f0794dd81693f6dd7fb4cec77a6915337ee468697a730966decd2f6b2bf67e20" + "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.21.3/azd-windows-arm64-alpha.zip", + "hash": "42898c9e17b92629be766b8a8b978cf25722dcaf5d61d85bed1ce34a6125ea9a" }, "64bit": { - "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.21.2/azd-windows-amd64.zip", - "hash": "58e3ecc25851f81122fddbea109e71afe546310a061091f0e2247c1af8375246" + "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.21.3/azd-windows-amd64.zip", + "hash": "0cb7b342c452d097061456e5fd1ea3ed696f83c78acf4d0cb9df79202c729924" } }, "pre_install": "Get-Item \"$dir\\azd-*.exe\" | Rename-Item -NewName \"azd.exe\"",