Skip to content

Commit a628d68

Browse files
committed
chore(pcre2): v10.46
1 parent ff58b4c commit a628d68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/pcre2/tangram.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export const metadata = {
55
name: "pcre2",
66
repository: "https://github.com/PCRE2Project/pcre2",
77
license: "https://github.com/PCRE2Project/pcre2/blob/master/LICENCE",
8-
version: "10.44",
9-
tag: "pcre2/10.44",
8+
version: "10.46",
9+
tag: "pcre2/10.46",
1010
provides: {
1111
libraries: ["pcre2-8"],
1212
},
@@ -15,7 +15,7 @@ export const metadata = {
1515
export const source = () => {
1616
const { name, version } = metadata;
1717
const checksum =
18-
"sha256:86b9cb0aa3bcb7994faa88018292bc704cdbb708e785f7c74352ff6ea7d3175b";
18+
"sha256:8d28d7f2c3b970c3a4bf3776bcbb5adfc923183ce74bc8df1ebaad8c1985bd07";
1919
const owner = "PCRE2Project";
2020
const repo = name;
2121
const tag = `pcre2-${version}`;

0 commit comments

Comments
 (0)