bun: Update to version 1.2.6

This commit is contained in:
github-actions[bot] 2025-03-25 08:29:25 +00:00
parent 175db4f041
commit caf3710fd8

View File

@ -1,5 +1,5 @@
{ {
"version": "1.2.5", "version": "1.2.6",
"description": "Incredibly fast JavaScript runtime, bundler, transpiler and package manager - all in one.", "description": "Incredibly fast JavaScript runtime, bundler, transpiler and package manager - all in one.",
"homepage": "https://bun.sh/", "homepage": "https://bun.sh/",
"license": "MIT", "license": "MIT",
@ -9,12 +9,12 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": [ "url": [
"https://github.com/oven-sh/bun/releases/download/bun-v1.2.5/bun-windows-x64.zip", "https://github.com/oven-sh/bun/releases/download/bun-v1.2.6/bun-windows-x64.zip",
"https://github.com/oven-sh/bun/releases/download/bun-v1.2.5/bun-windows-x64-baseline.zip" "https://github.com/oven-sh/bun/releases/download/bun-v1.2.6/bun-windows-x64-baseline.zip"
], ],
"hash": [ "hash": [
"1c3c7da053f1ba9ecd914e0178165a510a82111f7e85c4543d5904d7c2f48a13", "7fe78a7d8b213ff7eac10ef7474ee606d4c51c35986db4c428acd5ad151a7b77",
"3724ed4365e921fb5de03de4fa5d0f414499a1470cf539eeb0dcea3638b8640e" "51a3c6f8fcd0fcfc75f3af22177d8774197cbc60bc228344f1f0434446983be0"
] ]
} }
}, },