Skip to content

Commit

Permalink
bun-bootstrap/1.1.37 package update (#35194)
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-sts[bot] and wolfi-bot authored Nov 26, 2024
1 parent c44ae4c commit 1d8f33d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bun-bootstrap.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: bun-bootstrap
version: 1.1.36
version: 1.1.37
epoch: 0
description: "Bun requires itself to bootstrap."
copyright:
Expand All @@ -23,13 +23,13 @@ pipeline:
uses: fetch
with:
uri: "https://github.com/oven-sh/bun/releases/download/bun-v${{package.version}}/bun-linux-aarch64.zip"
expected-sha256: "d5bbf74d49288bb69819c5459789dac06a0062d999a626d79d2f45b05b53597a"
expected-sha256: "6a2ef497ddcc8fb9b78add876d340c20d7642858e159f93ab5bcb406483ffdd2"
extract: false
- if: ${{build.arch}} == 'x86_64'
uses: fetch
with:
uri: "https://github.com/oven-sh/bun/releases/download/bun-v${{package.version}}/bun-linux-x64.zip"
expected-sha256: "c5261f4d7e342fe720bc6a5d736b1c94f4df2942c225a87652c6985181b1ec77"
expected-sha256: "cc7a53917edc9b65778bacdfca21e9acfbd1f2f69742d616980377a78620e974"
extract: false

- runs: |
Expand Down

0 comments on commit 1d8f33d

Please sign in to comment.