- Update to 0.12.1

This commit is contained in:
TAKATSU Tomonari 2015-09-13 05:05:45 +00:00
parent d45f4fa95f
commit 95125478fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396799
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Rcpp
PORTVERSION= 0.12.0
PORTVERSION= 0.12.1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}

View file

@ -1,2 +1,2 @@
SHA256 (Rcpp_0.12.0.tar.gz) = 68782050f5252c4246f1b5b335105eccf4c804d57a0cd41eb63a300f7e0241a0
SIZE (Rcpp_0.12.0.tar.gz) = 2297548
SHA256 (Rcpp_0.12.1.tar.gz) = 559c0d61c4e58f605c2871320f8fe9a4fa19d4fd85b67c235d7a452b6720214b
SIZE (Rcpp_0.12.1.tar.gz) = 2366386

View file

@ -12,4 +12,4 @@ The mapping of data types works in both directions. It is as
straightforward to pass data from R to C++, as it is it return data
from C++ to R.
WWW: http://cran.r-project.org/web/packages/Rcpp/
WWW: https://cran.r-project.org/web/packages/Rcpp/