oxlint: Update to version 1.32.0

This commit is contained in:
github-actions[bot] 2025-12-08 12:32:49 +00:00
parent f8b6b4909b
commit e33d3b0de8

View File

@ -1,16 +1,16 @@
{ {
"version": "1.31.0", "version": "1.32.0",
"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/apps_v1.31.0/oxlint-win32-x64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.32.0/oxlint-win32-x64.zip",
"hash": "419ad31d302bae4613b3b90479863f3ebe13fc0384ba28c3d74d9ddf9d68a1c6" "hash": "0b21c4ff7222738c6089312892df57ba19153d9eee42faf19448ad34e718d711"
}, },
"arm64": { "arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.31.0/oxlint-win32-arm64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.32.0/oxlint-win32-arm64.zip",
"hash": "e966d07d99da127627f84e3a07abdbf3ae1df9c9b0478e129c57f4d498662e92" "hash": "9edae5d786a504bd3a0d499363d717d5482108487e0e44874cfa32de96d49f80"
} }
}, },
"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\"",