add version 0.9 to r-mime (#21098)

This commit is contained in:
Glenn Johnson 2021-01-17 11:19:52 -06:00 committed by GitHub
parent ed87d83bce
commit 679f6b3dfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,16 @@
class RMime(RPackage):
"""Guesses the MIME type from a filename extension using the data derived
"""Map Filenames to MIME Types
Guesses the MIME type from a filename extension using the data derived
from /etc/mime.types in UNIX-type systems."""
homepage = "https://github.com/yihui/mime"
url = "https://cloud.r-project.org/src/contrib/mime_0.5.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/mime"
version('0.9', sha256='2ccf97d2940a09539dc051c7a9a1aee90ef04b34e9bc6c0b64b4435fb3c2fa80')
version('0.7', sha256='11083ee44c92569aadbb9baf60a2e079ab7a721c849b74d102694975cc8d778b')
version('0.6', sha256='4775b605ab0117406bee7953c8af59eea8b35e67d1bd63f4007686a7097fc401')
version('0.5', sha256='fcc72115afb0eb43237da872754464f37ae9ae097f332ec7984149b5e3a82145')