mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 02:24:50 +00:00
biome: Add version 1.0.0 (#4852)
* add rome * Apply suggestions from code review Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> * add regex to checkver * forgot a comma * Apply suggestions from code review Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> * Update and rename rome.json to biome.json * Update biome.json --------- Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
4fbc0c0bb7
commit
a817a06c18
31
bucket/biome.json
Normal file
31
bucket/biome.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"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.0.0/biome-win32-x64.exe#/biome.exe",
|
||||
"hash": "09c7e30ebd00da2ba26de88d4a3c404932b84838fb441a1fe9ba725e481c78b4"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.0.0/biome-win32-arm64.exe#/biome.exe",
|
||||
"hash": "31edc423a5845a58581a94ec3a4713c8e8273ce45b31cee6410466b6387a51d9"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user