diff --git a/bucket/swc.json b/bucket/swc.json index 6229755230..06099636d5 100644 --- a/bucket/swc.json +++ b/bucket/swc.json @@ -1,20 +1,20 @@ { - "version": "1.15.1", + "version": "1.15.2", "description": "A super-fast TypeScript / JavaScript compiler written in Rust", "homepage": "https://swc.rs", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/swc-project/swc/releases/download/v1.15.1/swc-win32-x64-msvc.exe#/swc.exe", - "hash": "f2701937c55bcfd589ee26e8dc111b90b8fc729ed23300887b03f87b882e1485" + "url": "https://github.com/swc-project/swc/releases/download/v1.15.2/swc-win32-x64-msvc.exe#/swc.exe", + "hash": "0af8e586638b326d6ef593b3ad58208028b45077cdbbe8ee2f84201502d3b0fd" }, "32bit": { - "url": "https://github.com/swc-project/swc/releases/download/v1.15.1/swc-win32-ia32-msvc.exe#/swc.exe", - "hash": "9b3eb8e5943e057216071dbaa4b66c9205d6da6c7e38c5363fd19f1728f19bb3" + "url": "https://github.com/swc-project/swc/releases/download/v1.15.2/swc-win32-ia32-msvc.exe#/swc.exe", + "hash": "9ad90ab9ecd1556b76881697d9f3e40b70249801c3ac7b5bff63d21cb63bb4cc" }, "arm64": { - "url": "https://github.com/swc-project/swc/releases/download/v1.15.1/swc-win32-arm64-msvc.exe#/swc.exe", - "hash": "8e15bc506536e402ca21551aedf4050facb04ed0d3d0dd9d54fe4e7dcc792754" + "url": "https://github.com/swc-project/swc/releases/download/v1.15.2/swc-win32-arm64-msvc.exe#/swc.exe", + "hash": "fa2b3259ee0aab874cb925f67b93aea2a713150157757daaadaa637f4ec8c4fa" } }, "bin": "swc.exe",