mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
28 lines
868 B
JSON
28 lines
868 B
JSON
{
|
|
"version": "0.42.8",
|
|
"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.8/BeefSetup_0_42_8.exe#/dl.7z",
|
|
"hash": "fe17bc0b3d54c32d7cdaba2a7a17357c450ab8290416f242c5a0485854edeb3d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|