mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 12:41:21 +00:00
bicep: Add version 0.3.126 (#1844)
* Add Microsoft Bicep * Bump to latest version * Bump version * Update bicep.json Co-authored-by: Chawye Hsu <chawyehsu@hotmail.com>
This commit is contained in:
parent
5b50b565ba
commit
fa411ea128
21
bucket/bicep.json
Normal file
21
bucket/bicep.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"version": "0.3.126",
|
||||
"description": "A declarative language for describing and deploying Azure resources",
|
||||
"homepage": "https://github.com/Azure/bicep",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/Azure/bicep/releases/download/v0.3.126/bicep-win-x64.exe#/bicep.exe",
|
||||
"hash": "9b4f107a0cd750aa13ac8462412a0be6a7aea97dc2ba0dea23ac0cb042367443"
|
||||
}
|
||||
},
|
||||
"bin": "bicep.exe",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/Azure/bicep/releases/download/v$version/bicep-win-x64.exe#/bicep.exe"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user