oxlint: Update to version 1.2.0

This commit is contained in:
github-actions[bot] 2025-06-19 08:30:26 +00:00
parent e0f6c10397
commit 1ae0d27bd6

View File

@ -1,16 +1,16 @@
{ {
"version": "1.1.0", "version": "1.2.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_v1.1.0/oxlint-win32-x64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.2.0/oxlint-win32-x64.zip",
"hash": "5c30e8d7f8e9e41c4bd8f6def9b4eff8440defab25a8548e97cd53ac70b11288" "hash": "ee1b0bb64b40bfaf202ae1c09f732dc6311c2c105b5d0e7ffa748a1d9a9a4145"
}, },
"arm64": { "arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.1.0/oxlint-win32-arm64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.2.0/oxlint-win32-arm64.zip",
"hash": "d71dd35b5d3a2aa7def62a6a416a301e36a1628c2f618dc627040958267e40ef" "hash": "bd3d383c7e4177592c0970d9e77809a542ac88dccd826c5292f87929fd2c5da3"
} }
}, },
"pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"", "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",