forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(devel/R-cachem) Updated 1.0.8 to 1.1.0
# cachem 1.1.0 * Fixed #47: In some cases, with a `cache_mem`, removing an item could result in the spurious message "nothing to compact" being printed out. (#48)
- Loading branch information
mef
committed
Oct 17, 2024
1 parent
41389eb
commit 0ea01fc
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# $NetBSD: Makefile,v 1.3 2023/06/11 10:37:33 mef Exp $ | ||
# $NetBSD: Makefile,v 1.4 2024/10/17 21:57:34 mef Exp $ | ||
|
||
R_PKGNAME= cachem | ||
R_PKGVER= 1.0.8 | ||
R_PKGVER= 1.1.0 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Cache R Objects with Automatic Pruning | ||
LICENSE= mit # + file LICENSE | ||
|
||
DEPENDS+= R-rlang>=0.4.10:../../devel/R-rlang | ||
DEPENDS+= R-fastmap>=1.1.1:../../devel/R-fastmap | ||
DEPENDS+= R-fastmap>=1.2.0:../../devel/R-fastmap | ||
|
||
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.5 2023/06/11 10:37:33 mef Exp $ | ||
$NetBSD: distinfo,v 1.6 2024/10/17 21:57:34 mef Exp $ | ||
|
||
BLAKE2s (R/cachem_1.0.8.tar.gz) = b58ad14e8a60279dbf52be5002183c6b06d9df312066ae29c83f14c3eb8e2ad4 | ||
SHA512 (R/cachem_1.0.8.tar.gz) = ac3818bff98e3efd4ab1e94b72be7ff919004b081973d29c5838405e1abf241624fcbeb963103aba33db11b9fde1d8f838659b883c39b9fb8499e0b9f48c328e | ||
Size (R/cachem_1.0.8.tar.gz) = 26510 bytes | ||
BLAKE2s (R/cachem_1.1.0.tar.gz) = 6f1736297970dab29d72cb8ea8ff9bbae0d55a4b47df88377fc11fc419e3ea9d | ||
SHA512 (R/cachem_1.1.0.tar.gz) = d94e49c80f84ee460a84a288573d0eb648b96fc57717948686280e90a4445546c77d57d8e424ae33c29dc1da274cf02cf761c4d49863e848fd796cd9537e567a | ||
Size (R/cachem_1.1.0.tar.gz) = 27192 bytes |