mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
bflat: Add version 8.0.2 (#5591)
* Add bflat's manifest. * Update description for bflat. * Use the correct software specific license for bflat.
This commit is contained in:
parent
e3eb936966
commit
b4663ab920
32
bucket/bflat.json
Normal file
32
bucket/bflat.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"version": "8.0.2",
|
||||
"description": "C# as you know it but with Go-inspired tooling that produces small, selfcontained, and native executables out of the box.",
|
||||
"homepage": "https://github.com/bflattened/bflat",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/bflattened/bflat/releases/download/v8.0.2/bflat-8.0.2-windows-x64.zip",
|
||||
"hash": "25b03214c6085607ec2ec5fc86139c93e054edd60266296e708f763455961e7e"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/bflattened/bflat/releases/download/v8.0.2/bflat-8.0.2-windows-arm64.zip",
|
||||
"hash": "d44b87fdd00d3414d6032bfaf2cadb9ef8d22f342b61d5573d03ac4e7649c5e4"
|
||||
}
|
||||
},
|
||||
"bin": "bflat.exe",
|
||||
"checkver": {
|
||||
"url": "https://api.github.com/repos/bflattened/bflat/releases/latest",
|
||||
"jsonpath": "$.tag_name",
|
||||
"regex": "v([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/bflattened/bflat/releases/download/v$version/bflat-$version-windows-x64.zip"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/bflattened/bflat/releases/download/v$version/bflat-$version-windows-arm64.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user