oxlint: Update to version 0.11.0

This commit is contained in:
github-actions[bot] 2024-11-03 04:29:34 +00:00
parent a000e58c17
commit 75cd777408

View File

@ -1,16 +1,16 @@
{ {
"version": "0.10.3", "version": "0.11.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/oxlint_v0.10.3/oxlint-win32-x64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.11.0/oxlint-win32-x64.zip",
"hash": "67602933885f3c1dc702a96a9f453dad1d02c5aef14c0732d482937f0f67ffc5" "hash": "8ba9487bd39921f5b9ae7e672a7fbaca8a81716aa99b2a3e42c724007bfb693e"
}, },
"arm64": { "arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.10.3/oxlint-win32-arm64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.11.0/oxlint-win32-arm64.zip",
"hash": "5e27d22f45e983549fbe377a775b54c6cbb651febc60d1a4490cec700bf508f4" "hash": "9c7e125173990ddf54a02f13f83deeccb450e1f69af74769043fba7d94a376b9"
} }
}, },
"pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"", "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",