Skip to content

Commit

Permalink
bun-bootstrap/1.1.44 package update (#39805)
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-sts[bot] and wolfi-bot authored Jan 17, 2025
1 parent c1e91db commit 9f6a9aa
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.43
version: "1.1.44"
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: "4a3239bb58e19ac44c443aa900dba1ab2cf76020a25b3cf55c9c46e486616ab3"
expected-sha256: "cf624eeb474124e80f9512878eac2af740694995bdb6784bef039357eadbba76"
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: "8f98aa87091557647dc23c65c3206b14ee902c8e27d0203daa1200b2d1fa3c21"
expected-sha256: "0b35d10409b9513a2d0649eee3f8d14d49fc44e1dae862edd5d7326431500193"
extract: false

- runs: |
Expand Down

0 comments on commit 9f6a9aa

Please sign in to comment.