ScoopInstaller_Main/bucket/beeflang.json
Jakub Čábera 914d669519 tektoncd-cli: Update to version 0.12.1
Fix newly added manifests
2020-09-24 08:49:26 +02:00

28 lines
868 B
JSON

{
"version": "0.42.6",
"description": "Performance-oriented compiled programming language which has been built hand-in-hand with its IDE environment.",
"homepage": "https://www.beeflang.org",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/beefytech/Beef/releases/download/0.42.6/BeefSetup_0_42_6.exe#/dl.7z",
"hash": "262c7e8d59c1287f7cdcfa451057518e82352851a254b4bed22b71bd895e6fe0"
}
},
"bin": [
"bin\\BeefBuild.exe",
[
"bin\\BeefIDE.exe",
"beef"
]
],
"checkver": ">Version ([\\d.]+)</",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/beefytech/Beef/releases/download/$version/BeefSetup_$underscoreVersion.exe#/dl.7z"
}
}
}
}