oxlint: Update to version 0.2.15

This commit is contained in:
github-actions[bot] 2024-03-30 09:07:19 +00:00
parent 272c0407f8
commit cf035c3e6e

View File

@ -1,16 +1,16 @@
{ {
"version": "0.2.14", "version": "0.2.15",
"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.2.14/oxlint-win32-x64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.2.15/oxlint-win32-x64.zip",
"hash": "7cf29912dd04f9be3b92e08e71c12ee45525a5180d0f6cff805cbe1e650409bd" "hash": "26b849ead9591e63ea20d18faf03ff40c075dd90564025fff3645b7bc0a7ea8e"
}, },
"arm64": { "arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.2.14/oxlint-win32-arm64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.2.15/oxlint-win32-arm64.zip",
"hash": "f0d046754a042e6dc5ebe6d2f6803b935adfb456037d63994a427397776e556a" "hash": "07f50d22457b0a22a115ebdcd0a4b91fd3ae7ea6d24f790d4d72eef2a4dbeea4"
} }
}, },
"pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"", "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",