mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
beeflang: Add version 0.42.6 (#1408)
This commit is contained in:
parent
8a74a4d2c3
commit
f97dfa1739
27
bucket/beeflang.json
Normal file
27
bucket/beeflang.json
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"homepage": "https://www.beeflang.org/",
|
||||||
|
"description": "Beef is an open source performance-oriented compiled programming language which has been built hand-in-hand with its IDE environment.",
|
||||||
|
"version": "0.42.6",
|
||||||
|
"license": "MIT",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/beefytech/Beef/releases/download/0.42.6/BeefSetup_0_42_6.exe#/dl.7z",
|
||||||
|
"hash": "262c7e8d59c1287f7cdcfa451057518e82352851a254b4bed22b71bd895e6fe0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": [
|
||||||
|
["bin\\BeefIDE.exe","beef"],
|
||||||
|
"bin\\BeefBuild.exe"
|
||||||
|
],
|
||||||
|
"checkver": {
|
||||||
|
"url": "https://www.beeflang.org/",
|
||||||
|
"re": "(?<=Version )(\\d.\\d+.\\d)"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/beefytech/Beef/releases/download/$version/BeefSetup_$majorVersion_$minorVersion_$patchVersion.exe#/dl.7z"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user