2022-06-20 16:31:37 +00:00

28 lines
868 B
JSON

{
"version": "0.43.3",
"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.43.3/BeefSetup_0_43_3.exe#/dl.7z",
"hash": "2afbca76de9332b8efa0579e08e04062061d086195c02933f993fae0be84768e"
}
},
"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"
}
}
}
}