jack-mil 05cdd1360e
mill: Update to version 1.0.4 (#7123)
The github releases are not longer including the wrapper/install .bat
script. I used the maven repository link referenced in some of their
manual installation method documentation.
Also updated the homepage url to a working one.

Fairly important that this works, as their documentation references
scoop as an installation method.

Relates to #773
2025-09-11 17:37:02 +00:00

19 lines
641 B
JSON

{
"version": "1.0.4",
"description": "Build tool aiming for Java and Scala.",
"homepage": "https://mill-build.org",
"license": "MIT",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/1.0.4/mill-dist-1.0.4-mill.bat#/mill.bat",
"hash": "b12f533eea3f951a2e90898a84266af3677a8fddcf116d0acfd03e1f4b8c8224",
"bin": "mill.bat",
"checkver": {
"github": "https://github.com/com-lihaoyi/mill"
},
"autoupdate": {
"url": "https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/$version/mill-dist-$version-mill.bat#/mill.bat"
}
}