mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
ammonite: Update to version 3.0.0-M1
The docs say it is a stable version: "The page above contains the documentation for the latest stable version of Ammonite, 3.0.0-M1" Fixes Excavator: URL https://github.com/lihaoyi/Ammonite/releases/download/3.0.0/2.12-3.0.0#/amm.bat is not valid
This commit is contained in:
parent
7f42ae37f6
commit
d42553e7d4
@ -1,16 +1,17 @@
|
|||||||
{
|
{
|
||||||
"version": "2.5.11",
|
"version": "3.0.0-M1",
|
||||||
"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.",
|
"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",
|
"homepage": "https://ammonite.io",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"JDK": "java/openjdk"
|
"JDK": "java/openjdk"
|
||||||
},
|
},
|
||||||
"url": "https://github.com/lihaoyi/Ammonite/releases/download/2.5.11/2.12-2.5.11#/amm.bat",
|
"url": "https://github.com/lihaoyi/Ammonite/releases/download/3.0.0-M1/2.12-3.0.0-M1#/amm.bat",
|
||||||
"hash": "2f7369e9031f89b113e4291a3f1dda2ede2dfe00ba09576249a1b97c2f6b9c79",
|
"hash": "4a5c1e3951ee7649db227338adf10f27d6cb77767f10898b8552f378a7e37cc4",
|
||||||
"bin": "amm.bat",
|
"bin": "amm.bat",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/lihaoyi/Ammonite"
|
"url": "https://api.github.com/repos/lihaoyi/Ammonite/releases",
|
||||||
|
"regex": "tag/([\\d\\w.-]+)"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "https://github.com/lihaoyi/Ammonite/releases/download/$version/2.12-$version#/amm.bat"
|
"url": "https://github.com/lihaoyi/Ammonite/releases/download/$version/2.12-$version#/amm.bat"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user