ScoopInstaller_Main/scala.json
Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

33 lines
872 B
JSON

{
"homepage": "https://www.scala-lang.org/",
"version": "2.12.5",
"license": "BSD-3-Clause",
"url": "https://downloads.typesafe.com/scala/2.12.5/scala-2.12.5.zip",
"hash": "98d9e46f8ebe3696739a2016e0d763877c0242b265bb7cce9ee3ac828fe2bb14",
"extract_dir": "scala-2.12.5",
"bin": [
"bin\\fsc.bat",
"bin\\scala.bat",
"bin\\scalac.bat",
"bin\\scaladoc.bat",
"bin\\scalap.bat"
],
"env_set": {
"SCALA_HOME": "$dir"
},
"suggest": {
"JDK": [
"extras/oraclejdk",
"openjdk"
]
},
"checkver": {
"url": "https://www.scala-lang.org/download/",
"re": "scala-([\\d.]+).zip"
},
"autoupdate": {
"url": "https://downloads.typesafe.com/scala/$version/scala-$version.zip",
"extract_dir": "scala-$version"
}
}