oxlint: Update to version 0.12.0

This commit is contained in:
github-actions[bot] 2024-11-20 08:31:17 +00:00
parent 1d35d41472
commit 170a96a406

View File

@ -1,16 +1,16 @@
{
"version": "0.11.1",
"version": "0.12.0",
"description": "A collection of JavaScript tools written in Rust.",
"homepage": "https://github.com/oxc-project/oxc",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.11.1/oxlint-win32-x64.zip",
"hash": "7ed2a3dc2a1370225feefc5800afff9f5dbdc975cc3cdb8456946e7e15054198"
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.12.0/oxlint-win32-x64.zip",
"hash": "41a6dcd4b605e5669f39a3e0e90d578e64640861ddbd83d8ae0aa360b415fcb6"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.11.1/oxlint-win32-arm64.zip",
"hash": "ff79196903a31c82266eb5ade77ef9331279bd4ceefbe8f4066e3aea8fb4570c"
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.12.0/oxlint-win32-arm64.zip",
"hash": "9f0cda759188c1d53bd59347742ed288ea3c52fbd7b3b0550fbf8829f6317d3f"
}
},
"pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",