Skip to content

Commit

Permalink
(devel/R-pkgcache) Updated 2.2.1 to 2.2.3
Browse files Browse the repository at this point in the history
# pkgcache 2.2.3

* The metadata cache now does not use source URLs for packages in `Archive`
  on Posit Package Manager repositories. This URLs may serve a different
  package, even a source package when the main URL for the same package
  serves a binary package. The alternative URLs are not needed on PPM,
  anyway, because PPM is in a consistent state w.r.t. metadata and
  package files (r-lib/pak#623).

* `parse_packages()` now does not throw a warning for empty `PACKAGES*`
  files (#107).

* `repo_set()` and the `ppm_*()` functions, e.g. `ppm_snapshots()`, now
  work again after the PPM API changes (#110, #115).

# pkgcache 2.2.2

* pkgcache now treats R 4.5.x (current R-devel) macOS binaries
  correctly. It is also more robust to changes the in macOS platform.
  • Loading branch information
mef committed Oct 19, 2024
1 parent 95073b4 commit 5e48e9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/R-pkgcache/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.11 2024/01/22 03:29:00 mef Exp $
# $NetBSD: Makefile,v 1.12 2024/10/19 22:13:38 mef Exp $

R_PKGNAME= pkgcache
R_PKGVER= 2.2.1
R_PKGVER= 2.2.3
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
8 changes: 4 additions & 4 deletions devel/R-pkgcache/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.9 2024/01/22 03:29:00 mef Exp $
$NetBSD: distinfo,v 1.10 2024/10/19 22:13:38 mef Exp $

BLAKE2s (R/pkgcache_2.2.1.tar.gz) = 560a549804ee7dc3251a73b7764374b30392c61d0e32350bc2f109eb3f7ef3a6
SHA512 (R/pkgcache_2.2.1.tar.gz) = 762d5207dace7a7dff1f467bd4db66f0217249a3c6b46cced98a2b73934bd093de7bc5c632d3072c4ed0a3ee929fe9aa0cfa489e3f34d69cb02a1d8f36ba3d9f
Size (R/pkgcache_2.2.1.tar.gz) = 268378 bytes
BLAKE2s (R/pkgcache_2.2.3.tar.gz) = 3d8696703fd822b40fb56b7b5c1ceab622f7629264b673ef2052bb5850b8228a
SHA512 (R/pkgcache_2.2.3.tar.gz) = ea883d972ad45ef818179efa59607ecf0544dca27cef721a2e2f4d821d3ddeef8a7c677e203eee389b779e8bb03bf8c2b8f749c4c268daa347837f7675567228
Size (R/pkgcache_2.2.3.tar.gz) = 266662 bytes

0 comments on commit 5e48e9e

Please sign in to comment.