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