r-cli: add 3.0.1 (#27047)
This commit is contained in:
parent
d36b045e2d
commit
20b7485cd4
@ -16,10 +16,10 @@ class RCli(RPackage):
|
||||
'ASCII' alternatives. It integrates with the 'crayon' package to support
|
||||
'ANSI' terminal colors."""
|
||||
|
||||
homepage = "https://github.com/r-lib/cli#readme"
|
||||
url = "https://cloud.r-project.org/src/contrib/cli_1.0.0.tar.gz"
|
||||
list_url = "https://cloud.r-project.org/src/contrib/Archive/cli"
|
||||
homepage = "https://github.com/r-lib/cli"
|
||||
cran = "cli"
|
||||
|
||||
version('3.0.1', sha256='d89a25b6cd760e157605676e104ce65473a7d8d64c289efdd9640e949968b4fd')
|
||||
version('2.2.0', sha256='39a77af61724f8cc1f5117011e17bb2a488cbac61a7c112db078a675d3ac40b8')
|
||||
version('2.0.2', sha256='490834e5b80eb036befa0e150996bcab1c4d5d168c3d45209926e52d0d5413b6')
|
||||
version('1.1.0', sha256='4fc00fcdf4fdbdf9b5792faee8c7cf1ed5c4f45b1221d961332cda82dbe60d0a')
|
||||
@ -27,7 +27,7 @@ class RCli(RPackage):
|
||||
version('1.0.0', sha256='8fa3dbfc954ca61b8510f767ede9e8a365dac2ef95fe87c715a0f37d721b5a1d')
|
||||
|
||||
depends_on('r@2.10:', type=('build', 'run'))
|
||||
depends_on('r-assertthat', type=('build', 'run'))
|
||||
depends_on('r-crayon@1.3.4:', type=('build', 'run'))
|
||||
depends_on('r-glue', when='@2:', type=('build', 'run'))
|
||||
depends_on('r-fansi', when='@2:', type=('build', 'run'))
|
||||
depends_on('r-assertthat', when='@:2.3', type=('build', 'run'))
|
||||
depends_on('r-crayon@1.3.4:', when='@:2.2', type=('build', 'run'))
|
||||
depends_on('r-fansi', when='@2:2.2', type=('build', 'run'))
|
||||
|
Loading…
Reference in New Issue
Block a user