oxlint: Update to version 1.11.1

This commit is contained in:
github-actions[bot] 2025-08-09 12:31:23 +00:00
parent 1144011ff4
commit 5c8415a893

View File

@ -1,16 +1,16 @@
{ {
"version": "1.11.0", "version": "1.11.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_v1.11.0/oxlint-win32-x64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.11.1/oxlint-win32-x64.zip",
"hash": "e45c32b557d0bb9898c1c6456fcc874553cc2deba61e3c28c3cf277d2626bd23" "hash": "d0e81518b3161bcbe7a29b52abf2a4857815aba1ec847adc2326dc1dc14c99c9"
}, },
"arm64": { "arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.11.0/oxlint-win32-arm64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.11.1/oxlint-win32-arm64.zip",
"hash": "3adf3f194d120c3839af4501363fcdbce7833c5915553bcef632e6ce610128cb" "hash": "e4c61b97809f39b7ca18f6292fe7c6bf895086f4e14378a57cf88fcc2cf7a715"
} }
}, },
"pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"", "pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",