From 6f4080b433d104153da7ee87a804079dcea07cb1 Mon Sep 17 00:00:00 2001 From: Bill ZHANG <36790218+Lutra-Fs@users.noreply.github.com> Date: Thu, 13 Nov 2025 16:20:07 +1100 Subject: [PATCH] oxlint: Update to version 1.28.0 and update checkver (#7350) --- bucket/oxlint.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index 8d68a02664..16911d6aed 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,31 +1,31 @@ { - "version": "1.18.0", + "version": "1.28.0", "description": "A collection of JavaScript tools written in Rust.", "homepage": "https://github.com/oxc-project/oxc", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.18.0/oxlint-win32-x64.zip", - "hash": "c9796d88e517bfbc337aa45eb2a20ea2116a87e16322f0e7614a409273d3a9c9" + "url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.28.0/oxlint-win32-x64.zip", + "hash": "078674b9518e449619af3b2579a8c677d850b5d3fa5ad4636934b7343e674d22" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.18.0/oxlint-win32-arm64.zip", - "hash": "9b37403e531092f2c48e8f3eedba1cdb9f4dbd87b10f39381f3a6a762ca39749" + "url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.28.0/oxlint-win32-arm64.zip", + "hash": "d57ce08a641a468142c700fa7224e011d6a89f0dd71d28b9b46e07dd8e14be29" } }, "pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"", "bin": "oxlint.exe", "checkver": { "url": "https://api.github.com/repositories/599431918/releases", - "regex": "tag/oxlint_v([\\d.]+)" + "regex": "tag/apps_v([\\d.]+)" }, "autoupdate": { "architecture": { "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": { - "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" } } }