mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 14:41:19 +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.2",
|
|
"license": "MIT",
|
|
"url": "https://github.com/lihaoyi/mill/releases/download/0.5.2/0.5.2-assembly#/mill.bat",
|
|
"bin": "mill.bat",
|
|
"hash": "9c442e75b2011bf682ddccb3c505d1d8a61ec23d65985bcfb5d6602083f7eee1",
|
|
"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"
|
|
]
|
|
}
|
|
}
|