mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
22 lines
673 B
JSON
22 lines
673 B
JSON
{
|
|
"version": "0.9.9",
|
|
"description": "Build tool aiming for Java and Scala.",
|
|
"homepage": "http://www.lihaoyi.com/mill/",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"JDK": [
|
|
"java/oraclejdk",
|
|
"java/openjdk"
|
|
]
|
|
},
|
|
"url": "https://github.com/lihaoyi/mill/releases/download/0.9.9/0.9.9-assembly#/mill.bat",
|
|
"hash": "1c84fb6f1304cfb8e94ac62fa2137dfb362ec827ff01113b85de3c60c4e8f7fe",
|
|
"bin": "mill.bat",
|
|
"checkver": {
|
|
"github": "https://github.com/lihaoyi/mill"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/lihaoyi/mill/releases/download/$matchHead/$version-assembly#/mill.bat"
|
|
}
|
|
}
|