oxlint: Update to version 0.16.8

This commit is contained in:
github-actions[bot] 2025-04-27 12:30:57 +00:00
parent f65d8b846a
commit 1cba4e9d1e

View File

@ -1,16 +1,16 @@
{ {
"version": "0.16.7", "version": "0.16.8",
"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.16.7/oxlint-win32-x64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.16.8/oxlint-win32-x64.zip",
"hash": "7b97bff2177334896ddc09ab3c1ef6fbdcdca12db20c05b6271f0d78a09f27a1" "hash": "000fcbdd8a64803365c4eec7a55ee3edc354577e3bfdce92520b1da4812b68a6"
}, },
"arm64": { "arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.16.7/oxlint-win32-arm64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.16.8/oxlint-win32-arm64.zip",
"hash": "6a9a4489fff8d49ed9604b445ceaa881aa5d74c2912b6eac349d5ac271a5b785" "hash": "50b1b2a52f5348303f55046c8fbc9b67d17f2830832a61049145e8f38aa230f1"
} }
}, },
"pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"", "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",