ScoopInstaller_Main/bucket/beeflang.json
2021-02-23 08:12:03 +01:00

28 lines
868 B
JSON

{
"version": "0.43.0",
"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.0/BeefSetup_0_43_0.exe#/dl.7z",
"hash": "f07357e331e18a1ff47d7a70505e720ced1e7450b2425be9517be20e46a4979d"
}
},
"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"
}
}
}
}