oxlint: Update to version 0.7.2

This commit is contained in:
github-actions[bot] 2024-08-15 08:29:23 +00:00
parent a11ca2716e
commit 6fdbf56fe5

View File

@ -1,16 +1,16 @@
{ {
"version": "0.7.1", "version": "0.7.2",
"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.7.1/oxlint-win32-x64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.7.2/oxlint-win32-x64.zip",
"hash": "a0cd903fc5c3b71889cc9216537bed8bc101bae4e05968fbac3d2a62dc770e63" "hash": "7a1fca38b7b1918965e04c6ec5282ef7300b22a1c5be090df8d3879329975a9b"
}, },
"arm64": { "arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.7.1/oxlint-win32-arm64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.7.2/oxlint-win32-arm64.zip",
"hash": "c113603954f984d6458d0cd951f2e7331c5154c2fee7b4f15042adaeefa1e07f" "hash": "9ddde3139d7c9360bd3694098a26f0f886af15eb8b2546d7e889443253672841"
} }
}, },
"pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"", "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",