Skip to content

Commit 02fe4e5

Browse files
committed
Update embedded pkgcache
For r-lib/pkgcache#139
1 parent dbdd02d commit 02fe4e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/library/pkgcache/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Language: en-US
2929
Roxygen: list(markdown = TRUE, r6 = FALSE)
3030
Config/roxygen2/version: 8.0.0
3131
NeedsCompilation: yes
32-
Packaged: 2026-06-05 11:11:27 UTC; gaborcsardi
32+
Packaged: 2026-06-11 11:33:51 UTC; gaborcsardi
3333
Author: Gábor Csárdi [aut, cre],
3434
Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)
3535
Maintainer: Gábor Csárdi <csardi.gabor@gmail.com>

src/library/pkgcache/R/metadata-cache.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ re_ppm_linux <- function() {
602602
"(?<base>.*/)",
603603
"(?<repo>[^/]+)/",
604604
"__linux__/",
605-
"(?<distro>[a-zA-Z0-9]+)/",
605+
"(?<distro>[a-zA-Z0-9_]+)/",
606606
"(?<version>latest|[-0-9]+)",
607607
"$"
608608
)

0 commit comments

Comments
 (0)