mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-09 21:25:15 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "2.3.9",
|
|
"description": "Formatter, linter, bundler, and more for JavaScript, TypeScript, JSON, HTML, Markdown, and CSS.",
|
|
"homepage": "https://biomejs.dev/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%402.3.9/biome-win32-x64.exe#/biome.exe",
|
|
"hash": "de60c0fcc2b9fba2f3fc9d7e995b3e6948f03335991654519a8d0fb2b93a7520"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%402.3.9/biome-win32-arm64.exe#/biome.exe",
|
|
"hash": "8dac37537c4620fdb1b2e27bb1b8602a96fa6d94f15330270195e5398e612d37"
|
|
}
|
|
},
|
|
"bin": "biome.exe",
|
|
"checkver": {
|
|
"url": "https://api.github.com/repos/biomejs/biome/releases",
|
|
"jsonpath": "$..tag_name",
|
|
"regex": "@biomejs/biome@([\\d.]+)\""
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%40$version/biome-win32-x64.exe#/biome.exe"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%40$version/biome-win32-arm64.exe#/biome.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|