bicep: Update to version 0.4.63

This commit is contained in:
Jakub Čábera 2021-06-05 00:19:52 -07:00
parent 0b4a47cfb2
commit f690d44134
4 changed files with 4 additions and 12 deletions

View File

@ -1,12 +1,12 @@
{ {
"version": "0.4.1", "version": "0.4.63",
"description": "A declarative language for describing and deploying Azure resources", "description": "A declarative language for describing and deploying Azure resources",
"homepage": "https://github.com/Azure/bicep", "homepage": "https://github.com/Azure/bicep",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/Azure/bicep/releases/download/v0.4.1/bicep-win-x64.exe#/bicep.exe", "url": "https://github.com/Azure/bicep/releases/download/v0.4.63/bicep-win-x64.exe#/bicep.exe",
"hash": "a080f7a10d7a61dd56dda3662a1799cd771cbdf7106d574f6227b0edf610badb" "hash": "5c966ee48270dcfda775fe580f9f71001df59ab8067ea8f0e66895179f3cfb07"
} }
}, },
"bin": "bicep.exe", "bin": "bicep.exe",

View File

@ -15,10 +15,6 @@
"bin\\ffplay.exe", "bin\\ffplay.exe",
"bin\\ffprobe.exe" "bin\\ffprobe.exe"
], ],
"checkver": {
"github": "https://github.com/BtbN/FFmpeg-Builds",
"regex": "/autobuild-(?<time>[\\d-]+)/ffmpeg-N-(\\d+)-g(?<hash>[a-z\\d]+)-win64-gpl-shared-vulkan\\.zip"
},
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {

View File

@ -15,10 +15,6 @@
"bin\\ffplay.exe", "bin\\ffplay.exe",
"bin\\ffprobe.exe" "bin\\ffprobe.exe"
], ],
"checkver": {
"github": "https://github.com/BtbN/FFmpeg-Builds",
"regex": "/autobuild-(?<time>[\\d-]+)/ffmpeg-N-(\\d+)-g(?<hash>\\w+)-win64-gpl-vulkan\\.zip"
},
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {

View File

@ -37,7 +37,7 @@
"html", "html",
"logs" "logs"
], ],
"checkver": "OpenResty ([\\d.]+)", "checkver": "OpenResty ([\\d.]+)<",
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {