oxlint: Update to version 0.4.1

This commit is contained in:
github-actions[bot] 2024-05-24 12:30:53 +00:00
parent 13c1271664
commit e97f6ff668

View File

@ -1,16 +1,16 @@
{ {
"version": "0.4.0", "version": "0.4.1",
"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.4.0/oxlint-win32-x64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.4.1/oxlint-win32-x64.zip",
"hash": "29bac6e8af3c0b33bc0b42d3717ebfb7523c40deebf676d0b21b6548d5e4476c" "hash": "ea0c929a49935c9afd8e84d6f25bb9ab6fff744055f8130c64e55b54982cea08"
}, },
"arm64": { "arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.4.0/oxlint-win32-arm64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.4.1/oxlint-win32-arm64.zip",
"hash": "bd84c086be7b4369c955f5f560ab4bb2e3afbd71effc158fc6922562378adbc8" "hash": "8881427c9f7e65a2bcd0afe7f10e8580a76cabd52564219fefc439fd4734d132"
} }
}, },
"pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"", "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",