oxlint: Update to version 1.12.0

This commit is contained in:
github-actions[bot] 2025-08-17 04:31:02 +00:00
parent 6196593e65
commit 43d0afd545

View File

@ -1,16 +1,16 @@
{
"version": "1.11.2",
"version": "1.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_v1.11.2/oxlint-win32-x64.zip",
"hash": "28aaad6b52059dc94db06a07d27667174c65cab0c7e3e2cfc68e6004d1d165db"
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.12.0/oxlint-win32-x64.zip",
"hash": "1efc770ddcdded1177f60b791e21df050242735ce98814b55f4602e4a2645ce9"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.11.2/oxlint-win32-arm64.zip",
"hash": "dc4391eb35c10439f42c991355fe626c3f59707b3cc9df62a16b1eee4a6444f6"
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.12.0/oxlint-win32-arm64.zip",
"hash": "ce82f43807cf8cd8b1a48eec27c122d944bcebfb8f5523b7dfe523ef5b8573a6"
}
},
"pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",