oxlint: Update to version 1.43.0

This commit is contained in:
github-actions[bot] 2026-02-02 12:32:54 +00:00
parent 93853898bd
commit 175e6f6fe9

View File

@ -1,16 +1,16 @@
{
"version": "1.42.0",
"version": "1.43.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/apps_v1.42.0/oxlint-win32-x64.zip",
"hash": "75e1c3d5545966017b639f8bd77ee8507710e760d9400d0d55b8ab7ac71dcfc3"
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.43.0/oxlint-win32-x64.zip",
"hash": "7df7f8623c612376eb746343521fe1054a5cb7c12e4d574b606f38fa772a98c2"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.42.0/oxlint-win32-arm64.zip",
"hash": "67114b66d36981d18b0a2a7b88da724886b3826b2bb2e8b03648fa7208c63b16"
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.43.0/oxlint-win32-arm64.zip",
"hash": "c60d502df9d5f58f5a27b931512bbc2e51f18dde3b33ffc9e01d604980b9e1ae"
}
},
"pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",