r-rsconnect: add 0.8.17 (#27900)

This commit is contained in:
Manuela Kuhn 2021-12-13 18:19:18 +01:00 committed by GitHub
parent 71e71c0b60
commit 1bd2c40228
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ class RRsconnect(RPackage):
homepage = "https://github.com/rstudio/rsconnect" homepage = "https://github.com/rstudio/rsconnect"
cran = "rsconnect" cran = "rsconnect"
version('0.8.25', sha256='3c055277f745f2ca37a73e2f425249307cea4dc95ecc59fbe05ee8b6cf26d9cf')
version('0.8.17', sha256='64767a4d626395b7871375956a9f0455c3d64ff6e779633b0e554921d85da231') version('0.8.17', sha256='64767a4d626395b7871375956a9f0455c3d64ff6e779633b0e554921d85da231')
depends_on('r@3.0.0:', type=('build', 'run')) depends_on('r@3.0.0:', type=('build', 'run'))
@ -23,6 +24,7 @@ class RRsconnect(RPackage):
depends_on('r-digest', type=('build', 'run')) depends_on('r-digest', type=('build', 'run'))
depends_on('r-jsonlite', type=('build', 'run')) depends_on('r-jsonlite', type=('build', 'run'))
depends_on('r-openssl', type=('build', 'run')) depends_on('r-openssl', type=('build', 'run'))
depends_on('r-packrat@0.6:', when='@0.8.18:', type=('build', 'run'))
depends_on('r-packrat@0.5:', type=('build', 'run')) depends_on('r-packrat@0.5:', type=('build', 'run'))
depends_on('r-rstudioapi@0.5:', type=('build', 'run')) depends_on('r-rstudioapi@0.5:', type=('build', 'run'))
depends_on('r-yaml@2.1.5:', type=('build', 'run')) depends_on('r-yaml@2.1.5:', type=('build', 'run'))