diff --git a/bucket/azure-developer-cli.json b/bucket/azure-developer-cli.json index 2f49455bd6..b92f8e82ab 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.13.0", + "version": "1.13.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.13.0/azd-windows-arm64-alpha.zip", - "hash": "eb4d90b2a62375c019401606378e99763d5d7b53f0e47ba5db5bf167cc0d74e3" + "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.13.1/azd-windows-arm64-alpha.zip", + "hash": "5ff01ac81bad3ccde6ba2e488fc9cbb545122d0dd1ceafdc5aa8610accab3124" }, "64bit": { - "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.13.0/azd-windows-amd64.zip", - "hash": "5a5127c177ad1ebae97ea03c74dde9674537dc93cfcb3019a5258914b80e35ff" + "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.13.1/azd-windows-amd64.zip", + "hash": "d441c4f94ff619b3de94d27b00cee80c160392605fe991d91a6bf2741b8992e4" } }, "pre_install": "Rename-Item -Path \"$dir\\azd-*.exe\" -NewName \"azd.exe\"",