mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.5.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.5.3/biome-win32-x64.exe#/biome.exe",
|
|
"hash": "01c0f14c0a0a2e6bbf5e6db1e00a024a9128017eee1e3d2f795fc4f36ab0584c"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.5.3/biome-win32-arm64.exe#/biome.exe",
|
|
"hash": "04261e136529a5714504c27a6c0b580a5f52b40d1e8b31bfbb2126b00d4331d9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|