oxlint: Update to version 0.3.1

This commit is contained in:
github-actions[bot] 2024-04-22 08:28:06 +00:00
parent f11e14fdaa
commit 1ea6dcae2a

View File

@ -1,16 +1,16 @@
{ {
"version": "0.2.18", "version": "0.3.1",
"description": "A collection of JavaScript tools written in Rust.", "description": "A collection of JavaScript tools written in Rust.",
"homepage": "https://github.com/oxc-project/oxc", "homepage": "https://github.com/oxc-project/oxc",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.2.18/oxlint-win32-x64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.3.1/oxlint-win32-x64.zip",
"hash": "6c0f86d635990fd88955403fa7f0493dcb915c72182d6e1f96a669615e320643" "hash": "10a070f330afc744ceae76c49560fbdbaf4ed13cc49a19ebbd3912c4fca56930"
}, },
"arm64": { "arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.2.18/oxlint-win32-arm64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.3.1/oxlint-win32-arm64.zip",
"hash": "9a9b73ac67222d3da9bc5de91eb5beeea2b658d1bc219b8e8d746b9eeea892ab" "hash": "fa86ec59c0748478c1c798da2235ecaca6315d7a8c4a4bb499f39dfe2a5ff014"
} }
}, },
"pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"", "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",