Skip to content

Commit 3bc3cce

Browse files
oxlint: Update to version 1.16.0
1 parent 23c49e7 commit 3bc3cce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bucket/oxlint.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"version": "1.15.0",
2+
"version": "1.16.0",
33
"description": "A collection of JavaScript tools written in Rust.",
44
"homepage": "https://github.com/oxc-project/oxc",
55
"license": "MIT",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.15.0/oxlint-win32-x64.zip",
9-
"hash": "98d833b5ded0c52182cc62ab9d3c3ea228fdb3df2702835284d55df8751044ea"
8+
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.16.0/oxlint-win32-x64.zip",
9+
"hash": "b289f6344d8d6873dfdbca60b66a2a1cabdbceb769ee8259f663ddf4660fccc4"
1010
},
1111
"arm64": {
12-
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.15.0/oxlint-win32-arm64.zip",
13-
"hash": "9cd84eb52a998937efea57acd79827f818c6499645819246f63d9eea8bab8172"
12+
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.16.0/oxlint-win32-arm64.zip",
13+
"hash": "50304efd2b91b35067acc4162c24b64d7fba76e928e2dea2f82d7edbd2fc7597"
1414
}
1515
},
1616
"pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",

0 commit comments

Comments
 (0)