mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.4.1",
|
|
"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/cli%2Fv1.4.1/biome-win32-x64.exe#/biome.exe",
|
|
"hash": "53af2ef1a14f73f506b516545eedd73880d1a382ca1e031aa38cc016947e6f9f"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.4.1/biome-win32-arm64.exe#/biome.exe",
|
|
"hash": "1c591c0566d2b09cfa7a5bfbac4c958784fe9a81b0d2b4df241e999c7f201ed9"
|
|
}
|
|
},
|
|
"bin": "biome.exe",
|
|
"checkver": {
|
|
"url": "https://github.com/biomejs/biome/tags",
|
|
"regex": "/releases/tag/cli%2F(?:v|V)?([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/biomejs/biome/releases/download/cli%2Fv$version/biome-win32-x64.exe#/biome.exe"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/biomejs/biome/releases/download/cli%2Fv$version/biome-win32-arm64.exe#/biome.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|