We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff58b4c commit a628d68Copy full SHA for a628d68
packages/pcre2/tangram.ts
@@ -5,8 +5,8 @@ export const metadata = {
5
name: "pcre2",
6
repository: "https://github.com/PCRE2Project/pcre2",
7
license: "https://github.com/PCRE2Project/pcre2/blob/master/LICENCE",
8
- version: "10.44",
9
- tag: "pcre2/10.44",
+ version: "10.46",
+ tag: "pcre2/10.46",
10
provides: {
11
libraries: ["pcre2-8"],
12
},
@@ -15,7 +15,7 @@ export const metadata = {
15
export const source = () => {
16
const { name, version } = metadata;
17
const checksum =
18
- "sha256:86b9cb0aa3bcb7994faa88018292bc704cdbb708e785f7c74352ff6ea7d3175b";
+ "sha256:8d28d7f2c3b970c3a4bf3776bcbb5adfc923183ce74bc8df1ebaad8c1985bd07";
19
const owner = "PCRE2Project";
20
const repo = name;
21
const tag = `pcre2-${version}`;
0 commit comments