r-markdown: Update version to 0.8. (#5851)
This commit is contained in:
parent
ab96705f05
commit
6b87875d81
1 changed files with 3 additions and 1 deletions
|
@ -32,9 +32,11 @@ class RMarkdown(RPackage):
|
|||
http://en.wikipedia.org/wiki/Markdown for more information about
|
||||
'Markdown'."""
|
||||
|
||||
homepage = "https://github.com/rstudio/markdown"
|
||||
homepage = "https://cran.r-project.org/package=markdown"
|
||||
url = "https://cran.r-project.org/src/contrib/markdown_0.7.7.tar.gz"
|
||||
list_url = homepage
|
||||
|
||||
version('0.8', '5dde829a865ad65bab37a2b9d243b071')
|
||||
version('0.7.7', '72deca9c675c7cc9343048edbc29f7ff')
|
||||
|
||||
depends_on('r-mime', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue