Skip to content

Commit

Permalink
chore(b3sum): v1.5.5 (clear warnings)
Browse files Browse the repository at this point in the history
  • Loading branch information
deciduously committed Jan 10, 2025
1 parent 093b8ad commit 126fa0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/b3sum/tangram.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ export const metadata = {
license: "CC0-1.0",
name: "blake3",
repository: "https://github.com/BLAKE3-team/BLAKE3",
version: "1.5.1",
version: "1.5.5",
};

export const source = tg.target(async () => {
const { name, version } = metadata;
const checksum =
"sha256:822cd37f70152e5985433d2c50c8f6b2ec83aaf11aa31be9fe71486a91744f37";
"sha256:6feba0750efc1a99a79fb9a495e2628b5cd1603e15f56a06b1d6cb13ac55c618";
const owner = "BLAKE3-team";
const repo = name;
return std.download.fromGithub({
Expand Down

0 comments on commit 126fa0a

Please sign in to comment.