forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeef.json
27 lines (27 loc) · 868 Bytes
/
beef.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"version": "0.43.2",
"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.2/BeefSetup_0_43_2.exe#/dl.7z",
"hash": "ac510a33c3f360719d21a7fd85f7d38b4008f78f1682a686d3822bc7aee7a0bb"
}
},
"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"
}
}
}
}