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