Skip to content

Commit

Permalink
feat: update ca_certificates version to "2024-07-02" (#72)
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 c097e6d commit 858b813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ca_certificates/project.bri
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ import * as std from "std";

export const project = {
name: "ca_certificates",
version: "2024-03-11",
version: "2024-07-02",
};

export default (): std.Recipe<std.Directory> => {
const cacert = std.download({
url: `https://curl.se/ca/cacert-${project.version}.pem`,
hash: std.sha256Hash(
"1794c1d4f7055b7d02c2170337b61b48a2ef6c90d77e95444fd2596f4cac609f",
"1bf458412568e134a4514f5e170a328d11091e071c7110955c9884ed87972ac9",
),
});

Expand Down

0 comments on commit 858b813

Please sign in to comment.