ScoopInstaller_Main/bucket/ammonite.json
2025-10-23 12:31:27 +00:00

20 lines
763 B
JSON

{
"version": "3.0.4",
"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": "https://ammonite.io",
"license": "MIT",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://github.com/lihaoyi/Ammonite/releases/download/3.0.4/2.12-3.0.4#/amm.bat",
"hash": "29b22b8c1f587e4f80107b261b7ae1e8783f73b26c0a6bb235d8acf7b2a266e8",
"bin": "amm.bat",
"checkver": {
"url": "https://api.github.com/repos/lihaoyi/Ammonite/releases",
"regex": "tag/([\\d\\w.-]+)"
},
"autoupdate": {
"url": "https://github.com/lihaoyi/Ammonite/releases/download/$version/2.12-$version#/amm.bat"
}
}