oxlint: Update to version 0.15.9

This commit is contained in:
github-actions[bot] 2025-02-01 16:28:49 +00:00
parent d57a00d88e
commit aef46c2fc2

View File

@ -1,16 +1,16 @@
{ {
"version": "0.15.8", "version": "0.15.9",
"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_v0.15.8/oxlint-win32-x64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.15.9/oxlint-win32-x64.zip",
"hash": "bd933bf181d477976ace522c6998495d886b6157e293ac93e92694a4e943d10c" "hash": "c780cbb923eedf72ff74207800c67b19b4c2ec1cf9b190c5296b10844c29178b"
}, },
"arm64": { "arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.15.8/oxlint-win32-arm64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.15.9/oxlint-win32-arm64.zip",
"hash": "7d50a5e0cefd4d13c57c2f839b7c9172e589740a9238f580a9432d041616ad75" "hash": "fb1eab23e6d3d03a4f43f976e4b3a462102727a0a2578c07b588fdf4704a247b"
} }
}, },
"pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"", "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",