oxlint: Update to version 1.28.0 and update checkver (#7350)

This commit is contained in:
Bill ZHANG 2025-11-13 16:20:07 +11:00 committed by GitHub
parent a4977c5c61
commit 6f4080b433
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,31 +1,31 @@
{ {
"version": "1.18.0", "version": "1.28.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.18.0/oxlint-win32-x64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.28.0/oxlint-win32-x64.zip",
"hash": "c9796d88e517bfbc337aa45eb2a20ea2116a87e16322f0e7614a409273d3a9c9" "hash": "078674b9518e449619af3b2579a8c677d850b5d3fa5ad4636934b7343e674d22"
}, },
"arm64": { "arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.18.0/oxlint-win32-arm64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.28.0/oxlint-win32-arm64.zip",
"hash": "9b37403e531092f2c48e8f3eedba1cdb9f4dbd87b10f39381f3a6a762ca39749" "hash": "d57ce08a641a468142c700fa7224e011d6a89f0dd71d28b9b46e07dd8e14be29"
} }
}, },
"pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"", "pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",
"bin": "oxlint.exe", "bin": "oxlint.exe",
"checkver": { "checkver": {
"url": "https://api.github.com/repositories/599431918/releases", "url": "https://api.github.com/repositories/599431918/releases",
"regex": "tag/oxlint_v([\\d.]+)" "regex": "tag/apps_v([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v$version/oxlint-win32-x64.zip" "url": "https://github.com/oxc-project/oxc/releases/download/apps_v$version/oxlint-win32-x64.zip"
}, },
"arm64": { "arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v$version/oxlint-win32-arm64.zip" "url": "https://github.com/oxc-project/oxc/releases/download/apps_v$version/oxlint-win32-arm64.zip"
} }
} }
} }