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-callr) Updated 3.7.5 to 3.7.6
# callr 3.7.6 * If the `CALLR_NO_TEMP_DLLS=true` env var is set then callr does not copy the dll the client DLL files from, in the subprocess. By default callr copies the DLL file that drives the callr subprocess into a temporary directory and loads it from there (#273).
- Loading branch information
mef
committed
Sep 22, 2024
1 parent
58819b1
commit 55e6da4
Showing
2 changed files
with
6 additions
and
6 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,7 +1,7 @@ | ||
# $NetBSD: Makefile,v 1.11 2024/02/24 23:43:28 mef Exp $ | ||
# $NetBSD: Makefile,v 1.12 2024/09/22 23:44:34 mef Exp $ | ||
|
||
R_PKGNAME= callr | ||
R_PKGVER= 3.7.5 | ||
R_PKGVER= 3.7.6 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= [email protected] | ||
|
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.11 2024/02/24 23:43:28 mef Exp $ | ||
$NetBSD: distinfo,v 1.12 2024/09/22 23:44:34 mef Exp $ | ||
|
||
BLAKE2s (R/callr_3.7.5.tar.gz) = e7074bfc40f9bf20afdeb8f8aa9873d5040dacbc6b69514170c4df515dedd02d | ||
SHA512 (R/callr_3.7.5.tar.gz) = fa4b92897f356adf7df29ae05ac4523a341d804eb0b32322fb096c3574c456299b989ea1edf59a654229fa38f1830186773867ed542a706b7b76cc58924400e9 | ||
Size (R/callr_3.7.5.tar.gz) = 102852 bytes | ||
BLAKE2s (R/callr_3.7.6.tar.gz) = d89e43f0677a66edee41f5449ef48b4d359f82318b47749a06360ca54d140c4a | ||
SHA512 (R/callr_3.7.6.tar.gz) = fa3dd14685b50435c21a2238b7909e12a8f447f520c734b9d6758d654aa538c2ba042befb51b1635cb0b70208b0d40acb7980bb7cedfdc24974de8202a62f1cf | ||
Size (R/callr_3.7.6.tar.gz) = 104358 bytes |