amreus f02f1cc402
(chore): Remove oraclejdk references (#3106)
* remove oraclejdk references

* remove oraclejdk reference

* remove oraclejdk reference

* replace single item arrays with simple strings
2021-12-19 21:11:25 +05:30

31 lines
994 B
JSON

{
"version": "2.13.7",
"description": "A modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way.",
"homepage": "https://www.scala-lang.org/",
"license": "BSD-3-Clause",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://downloads.typesafe.com/scala/2.13.7/scala-2.13.7.zip",
"hash": "a52cd39d0c13748b36a389b87ffbf5c4b6bc098af9ea745cf3c874867fd91976",
"extract_dir": "scala-2.13.7",
"bin": [
"bin\\fsc.bat",
"bin\\scala.bat",
"bin\\scalac.bat",
"bin\\scaladoc.bat",
"bin\\scalap.bat"
],
"env_set": {
"SCALA_HOME": "$dir"
},
"checkver": {
"url": "https://www.scala-lang.org/download/scala2.html",
"regex": "scala-([\\d.]+)\\.zip"
},
"autoupdate": {
"url": "https://downloads.typesafe.com/scala/$version/scala-$version.zip",
"extract_dir": "scala-$version"
}
}