oxlint: Update to version 1.11.2

This commit is contained in:
github-actions[bot] 2025-08-12 08:30:52 +00:00
parent 62339b1bd5
commit f44116391a

View File

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