2021-11-22 19:00:40 +00:00

28 lines
868 B
JSON

{
"version": "0.43.1",
"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.1/BeefSetup_0_43_1.exe#/dl.7z",
"hash": "f07db717e3b0e36a6e0477e5a1223de7422286cc4fb98e6304b8a1d739b1e847"
}
},
"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"
}
}
}
}