ScoopInstaller_Main/bucket/ammonite.json
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

19 lines
708 B
JSON

{
"version": "2.5.0",
"description": "Ammonite lets you use the Scala language for scripting purposes: in the REPL, as scripts, as a library, or as a standalone systems shell.",
"homepage": "http://ammonite.io",
"license": "MIT",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://github.com/lihaoyi/Ammonite/releases/download/2.5.0/2.12-2.5.0#/amm.bat",
"hash": "2535b5c5bf9e09bd32873ac0d67b666a53fcf09a14a3e2ab8ce06fb3e72e13f0",
"bin": "amm.bat",
"checkver": {
"github": "https://github.com/lihaoyi/Ammonite"
},
"autoupdate": {
"url": "https://github.com/lihaoyi/Ammonite/releases/download/$version/2.12-$version#/amm.bat"
}
}