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-rappdirs) Updatd 0.3.1 to 0.3.3
# rappdirs 0.3.3 * rappdirs functions are no longer vectorised; this was an accidental change in 0.3.2 (#32). # rappdirs 0.3.2 * `user_data_dir()`, `use_cache_dir()` and `use_config_dir()` now respect `R_USER_DATA_DIR`, `R_USER_CACHE_DIR` and `R_USER_CONFIG_DIR` env vars (#27). * No longer uses methods package.
- Loading branch information
mef
committed
Jun 6, 2021
1 parent
7b446c9
commit 9a78735
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,7 +1,7 @@ | ||
# $NetBSD: Makefile,v 1.1 2021/01/01 12:05:31 mef Exp $ | ||
# $NetBSD: Makefile,v 1.2 2021/06/06 12:59:29 mef Exp $ | ||
|
||
R_PKGNAME= rappdirs | ||
R_PKGVER= 0.3.1 | ||
R_PKGVER= 0.3.3 | ||
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,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.1 2021/01/01 12:05:31 mef Exp $ | ||
$NetBSD: distinfo,v 1.2 2021/06/06 12:59:29 mef Exp $ | ||
|
||
SHA1 (R/rappdirs_0.3.1.tar.gz) = 0c39acd92eead9747f7c6847a661bf96ac1d19c4 | ||
RMD160 (R/rappdirs_0.3.1.tar.gz) = ff88b3d548e368c9d02f03180bf1d8626cdd57b0 | ||
SHA512 (R/rappdirs_0.3.1.tar.gz) = 76c9752d82561b9eda8fc3d604f32fff9b785c3a9c210b167a7e131abe7a955c106e8ea664c304953008a88e21e25a382c4b02972311698e6525e119a3ed8360 | ||
Size (R/rappdirs_0.3.1.tar.gz) = 12838 bytes | ||
SHA1 (R/rappdirs_0.3.3.tar.gz) = 2eda06993448439d374a71358a71cba353b61acf | ||
RMD160 (R/rappdirs_0.3.3.tar.gz) = 04583420476472a116c94bd2ade1db5b0a15428a | ||
SHA512 (R/rappdirs_0.3.3.tar.gz) = e44bbcf2d113d92751660c73fc2023270097dc7da7ef15ab7ae70ed8f9709f14646b5b6ea90af465f728db55936736015959bab19692b3e4ca45a5c5ca62fb7b | ||
Size (R/rappdirs_0.3.3.tar.gz) = 12288 bytes |