diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-06 17:46:59 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-06 17:46:59 +0900 |
| commit | 1ee8d09223bda68c033371abaa948daa08737299 (patch) | |
| tree | d180f57d0aa3fffb28a4eadca349d069da3c6aa4 /internal | |
| parent | 7f01cb3d59eb581f26d68d2bf57dcd374852dfcb (diff) | |
internal/rosa/pcre2: 10.43 to 10.47
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/pcre2.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/pcre2.go b/internal/rosa/pcre2.go index 433c7dee..3bc241b5 100644 --- a/internal/rosa/pcre2.go +++ b/internal/rosa/pcre2.go @@ -6,8 +6,8 @@ import ( func (t Toolchain) newPCRE2() (pkg.Artifact, string) { const ( - version = "10.43" - checksum = "iyNw-POPSJwiZVJfUK5qACA6q2uMzP-84WieimN_CskaEkuw5fRnRTZhEv6ry2Yo" + version = "10.47" + checksum = "IbC24vVayju6nB9EhrBPSDexk22wDecdpyrjgC3nCZXkwTnUjq4CD2q5sopqu6CW" ) return t.NewPackage("pcre2", version, pkg.NewHTTPGetTar( nil, "https://github.com/PCRE2Project/pcre2/releases/download/"+ |
