diff --git a/bucket/oxlint.json b/bucket/oxlint.json index cda29e440c..75910bfc23 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "0.13.0", + "version": "0.13.1", "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_v0.13.0/oxlint-win32-x64.zip", - "hash": "90fca29b68a88b2a17da0ff1bd6defe037fd22220ac6d76479036bc56a588eec" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.13.1/oxlint-win32-x64.zip", + "hash": "7c71a890d8e8282ec4d2c2eb63f2a869edbb112dfa22ad4614b1b59659ac279d" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.13.0/oxlint-win32-arm64.zip", - "hash": "7b3e7d89b864a348c716775e64d5b4fa26190348618c4ff03d605500413a3510" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.13.1/oxlint-win32-arm64.zip", + "hash": "44b2daa225812f17fa59a5f6a0e73db01bf7f2511166b049c16903ef5e7680c6" } }, "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",