oxlint: Update to version 1.10.0

This commit is contained in:
github-actions[bot] 2025-08-06 12:31:55 +00:00
parent f94b5c3610
commit 36fe66e4f1

View File

@ -1,16 +1,16 @@
{
"version": "1.9.0",
"version": "1.10.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.9.0/oxlint-win32-x64.zip",
"hash": "108b9d9ad1a65bb0e19676c26a9daa846ad20fd75267eca4fdaf302acf7c7bd2"
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.10.0/oxlint-win32-x64.zip",
"hash": "afc5463531c14767aa9b4e71c816e608fbce369b83664ad0e4d9b7245f09f115"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.9.0/oxlint-win32-arm64.zip",
"hash": "34aed5ccf693d1637a5775655c7a0cc70b34f6f07db5e2f5af99f7c97d623818"
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.10.0/oxlint-win32-arm64.zip",
"hash": "85122c14f173c6c5b713f8f158a2961692c597b01ac8ed60b296bec34e3f0219"
}
},
"pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",