Skip to content

Commit

Permalink
feat: Update broot version to 1.40.0 (#71)
Browse files Browse the repository at this point in the history
Signed-off-by: jaudiger <jeremy.audiger@ioterop.com>
  • Loading branch information
jaudiger committed Jul 19, 2024
1 parent 858b813 commit 62379a3
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.39.0",
version: "1.40.0",
};

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

0 comments on commit 62379a3

Please sign in to comment.