diff --git a/bun.yaml b/bun.yaml index 2ca2dea3333..bcd51d4519f 100644 --- a/bun.yaml +++ b/bun.yaml @@ -1,6 +1,6 @@ package: name: bun - version: "1.2.5" + version: "1.2.7" epoch: 0 description: "Incredibly fast JavaScript runtime, bundler, test runner, and package manager - all in one" copyright: @@ -20,8 +20,8 @@ environment: - busybox - c-ares-dev - ccache - - clang-18 - - clang-18-dev + - clang-19 + - clang-19-dev - cmake - coreutils - curl @@ -32,8 +32,8 @@ environment: - icu-dev - libarchive-dev - libtool - - llvm-18-dev - - llvm-lld-18-dev + - llvm-19-dev + - llvm-lld-19-dev - m4 - mimalloc2-dev - nodejs @@ -58,7 +58,7 @@ pipeline: - uses: git-checkout with: repository: https://github.com/oven-sh/bun - expected-commit: 013fdddc6ed18bc849614ccb37a296fa0f69a5db + expected-commit: 5c0fa6dc214431a11cbd8279c6629f0fc562881d tag: bun-v${{package.version}} - runs: |