r-httpuv: Update version to 1.3.5 (#5527)

* pr-quantities: add version & py-numpy conflict (#5307)

* r-httpuv: Update version to 1.3.5
This commit is contained in:
lingnanyuan 2017-09-28 12:30:57 -05:00 committed by Christoph Junghans
parent 38ea408126
commit 0c385e94e6

View file

@ -35,8 +35,10 @@ class RHttpuv(RPackage):
information.)"""
homepage = "https://github.com/rstudio/httpuv"
url = "https://cran.r-project.org/src/contrib/httpuv_1.3.3.tar.gz"
url = "https://cran.rstudio.com/src/contrib/httpuv_1.3.5.tar.gz"
list_url = homepage
version('1.3.5', '48d894ff0067148f41a651634fbb2012')
version('1.3.3', 'c78ae068cf59e949b9791be987bb4489')
depends_on('r@2.15.1:')