Skip to content

Commit

Permalink
build: update broot version to 1.42.0 (#95)
Browse files Browse the repository at this point in the history
Signed-off-by: Jérémy Audiger <jeremy.audiger@icloud.com>
  • Loading branch information
jaudiger authored Aug 21, 2024
1 parent 9372684 commit b15537b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/broot/project.bri
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ import { cargoBuild } from "rust";

export const project = {
name: "broot",
version: "1.41.1",
version: "1.42.0",
};

const source = std
.download({
url: `https://github.com/Canop/broot/archive/refs/tags/v${project.version}.tar.gz`,
hash: std.sha256Hash(
"a784f31833b4cd11386309c2816c8e2f48594cc7658feca63bc57886cd7a566c",
"f8a206d44b55287f47cdb63e2f19c9022d55d49f9399e5461f7797ccbe0264ba",
),
})
.unarchive("tar", "gzip")
Expand Down

0 comments on commit b15537b

Please sign in to comment.