Skip to content

Commit

Permalink
Update runtime utils
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy committed Jun 27, 2024
1 parent ea357a5 commit e413c28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/std/runnable_tools.bri
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import * as std from "/core";
export function runtimeUtils(): std.Recipe<std.Directory> {
return std
.download({
url: "https://development-content.brioche.dev/github.com/brioche-dev/brioche-runtime-utils/commits/952ce757c7a42e4545c1eedebfa65eb5c43d1218/x86_64-linux/brioche-runtime-utils.tar.zstd",
url: "https://development-content.brioche.dev/github.com/brioche-dev/brioche-runtime-utils/commits/a3a59b28d583dff6a7309480a3770346ab0d7f3f/x86_64-linux/brioche-runtime-utils.tar.zstd",
hash: std.sha256Hash(
"d2911da20e45dcec910359cdb60331b418974c1d98253c5242993ff3aa021492",
"6d0becb2e264974d71cac1d763ecb7753b3476e017e501a57264ded4276b7ee3",
),
})
.unarchive("tar", "zstd");
Expand Down
4 changes: 2 additions & 2 deletions packages/std/toolchain/utils.bri
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import * as std from "/core";
export function runtimeUtils(): std.Recipe<std.Directory> {
return std
.download({
url: "https://development-content.brioche.dev/github.com/brioche-dev/brioche-runtime-utils/commits/952ce757c7a42e4545c1eedebfa65eb5c43d1218/x86_64-linux/brioche-runtime-utils.tar.zstd",
url: "https://development-content.brioche.dev/github.com/brioche-dev/brioche-runtime-utils/commits/a3a59b28d583dff6a7309480a3770346ab0d7f3f/x86_64-linux/brioche-runtime-utils.tar.zstd",
hash: std.sha256Hash(
"d2911da20e45dcec910359cdb60331b418974c1d98253c5242993ff3aa021492",
"6d0becb2e264974d71cac1d763ecb7753b3476e017e501a57264ded4276b7ee3",
),
})
.unarchive("tar", "zstd");
Expand Down

0 comments on commit e413c28

Please sign in to comment.