mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 00:11:32 +00:00
22 lines
671 B
JSON
22 lines
671 B
JSON
{
|
|
"homepage": "http://www.lihaoyi.com/mill/",
|
|
"description": "Build tool aiming for Java and Scala.",
|
|
"version": "0.5.3",
|
|
"license": "MIT",
|
|
"url": "https://github.com/lihaoyi/mill/releases/download/0.5.3/0.5.3-assembly#/mill.bat",
|
|
"bin": "mill.bat",
|
|
"hash": "2e638410253f2b280468e2b83223a83674352e275faae751980165d754b5857f",
|
|
"checkver": {
|
|
"github": "https://github.com/lihaoyi/mill"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/lihaoyi/mill/releases/download/$version/$version-assembly#/mill.bat"
|
|
},
|
|
"suggest": {
|
|
"JDK": [
|
|
"java/oraclejdk",
|
|
"java/openjdk"
|
|
]
|
|
}
|
|
}
|