r-xml: updated url and added version 3.98-1.9 (#5466)
* r-xml: updated url and added version 3.98-1.9 * Update package.py
This commit is contained in:
parent
8f0fbb4e11
commit
111c216fb7
1 changed files with 4 additions and 3 deletions
|
@ -30,9 +30,10 @@ class RXml(RPackage):
|
|||
(including DTDs), both local and accessible via HTTP or FTP. Also offers
|
||||
access to an 'XPath' "interpreter"."""
|
||||
|
||||
homepage = "http://www.omegahat.net/RSXML"
|
||||
url = "https://cran.r-project.org/src/contrib/XML_3.98-1.4.tar.gz"
|
||||
|
||||
homepage = "https://cran.r-project.org/web/packages/XML/index.html"
|
||||
url = "https://cran.r-project.org/src/contrib/XML_3.98-1.9.tar.gz"
|
||||
list_url = homepage
|
||||
version('3.98-1.9', '70dd9d711cf3cbd218eb2b870aee9503')
|
||||
version('3.98-1.5', 'd1cfcd56f7aec96a84ffca91aea507ee')
|
||||
version('3.98-1.4', '1a7f3ce6f264eeb109bfa57bedb26c14')
|
||||
|
||||
|
|
Loading…
Reference in a new issue