mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.33.93",
|
|
"description": "A declarative language for describing and deploying Azure resources",
|
|
"homepage": "https://github.com/Azure/bicep",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"arm64": {
|
|
"url": "https://github.com/Azure/bicep/releases/download/v0.33.93/bicep-win-arm64.exe#/bicep.exe",
|
|
"hash": "bef3eede9f499b19ab61a4e919e93649c78c358506a1c75fd1ba99376273d3b7"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/bicep/releases/download/v0.33.93/bicep-win-x64.exe#/bicep.exe",
|
|
"hash": "81e92bedfa7eefe8a85dfe2b9ce54157c8ab168d8b68c78d517728367687473a"
|
|
}
|
|
},
|
|
"bin": "bicep.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"arm64": {
|
|
"url": "https://github.com/Azure/bicep/releases/download/v$version/bicep-win-arm64.exe#/bicep.exe"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/bicep/releases/download/v$version/bicep-win-x64.exe#/bicep.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|