mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 13:11:22 +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.1",
|
|
"license": "MIT",
|
|
"url": "https://github.com/lihaoyi/mill/releases/download/0.5.1/0.5.1-assembly#/mill.bat",
|
|
"bin": "mill.bat",
|
|
"hash": "e04a6f0cf5175a999ad5c6c641d20e470d2db51064e574447249703d5f45d536",
|
|
"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"
|
|
]
|
|
}
|
|
}
|