Updated the URL to match the version

This commit is contained in:
Tom Merrick 2017-05-18 11:14:51 -05:00
parent 13508a2e6b
commit 27a284be90
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ class RGmp(RPackage):
using the C library GMP (GNU Multiple Precision Arithmetic).""" using the C library GMP (GNU Multiple Precision Arithmetic)."""
homepage = "http://mulcyber.toulouse.inra.fr/projects/gmp" homepage = "http://mulcyber.toulouse.inra.fr/projects/gmp"
url = "https://cran.r-project.org/src/contrib/gmp_0.5-12.tar.gz" url = "https://cran.r-project.org/src/contrib/gmp_0.5-13.1.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/gmp" list_url = "https://cran.r-project.org/src/contrib/Archive/gmp"
version('0.5-13.1', '4a45d45e53bf7140720bd44f10b075ed') version('0.5-13.1', '4a45d45e53bf7140720bd44f10b075ed')

View File

@ -33,7 +33,7 @@ class RRmpfr(RPackage):
is based on the GMP (GNU Multiple Precision) Library.""" is based on the GMP (GNU Multiple Precision) Library."""
homepage = "http://rmpfr.r-forge.r-project.org" homepage = "http://rmpfr.r-forge.r-project.org"
url = "https://cran.r-project.org/src/contrib/Rmpfr_0.6-0.tar.gz" url = "https://cran.r-project.org/src/contrib/Rmpfr_0.6-1.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/Rmpfr" list_url = "https://cran.r-project.org/src/contrib/Archive/Rmpfr"
version('0.6-1', '55d4ec257bd2a9233bafee9e444d0265') version('0.6-1', '55d4ec257bd2a9233bafee9e444d0265')