ranimation: added list_url (#9538)

This commit is contained in:
Dan Han 2018-10-18 13:44:47 -05:00 committed by Peter Scheibel
parent 6f21c7f87c
commit aecdcaad34

View File

@ -15,6 +15,7 @@ class RAnimation(RPackage):
homepage = "https://cran.r-project.org/package=animation" homepage = "https://cran.r-project.org/package=animation"
url = "https://cran.r-project.org/src/contrib/animation_2.5.tar.gz" url = "https://cran.r-project.org/src/contrib/animation_2.5.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/animation"
version('2.5', sha256='b232fef1b318c79710e5e1923d87baba4c85ffe2c77ddb188130e0911d8cb55f') version('2.5', sha256='b232fef1b318c79710e5e1923d87baba4c85ffe2c77ddb188130e0911d8cb55f')