mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-04 14:31:35 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.8.3",
|
|
"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.8.3/biome-win32-x64.exe#/biome.exe",
|
|
"hash": "541f9a1caa226e6fbb872f16009ac554b16e149c10f9096ebe3f08867c9dbf31"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.8.3/biome-win32-arm64.exe#/biome.exe",
|
|
"hash": "d888438925f2d5627afb6be11389c0893070c75b7d9b2d10f196fba910dc3b37"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|