mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
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
This commit is contained in:
parent
280e3f1a12
commit
05cdd1360e
@ -1,18 +1,18 @@
|
||||
{
|
||||
"version": "0.12.5",
|
||||
"version": "1.0.4",
|
||||
"description": "Build tool aiming for Java and Scala.",
|
||||
"homepage": "https://mill-build.com/",
|
||||
"homepage": "https://mill-build.org",
|
||||
"license": "MIT",
|
||||
"suggest": {
|
||||
"JDK": "java/openjdk"
|
||||
},
|
||||
"url": "https://github.com/com-lihaoyi/mill/releases/download/0.12.5/0.12.5-assembly#/mill.bat",
|
||||
"hash": "0c7b25412feecf06d955d013418de9a9080ce755bedbac7601c9109c33d5a057",
|
||||
"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://github.com/com-lihaoyi/mill/releases/download/$matchHead/$version-assembly#/mill.bat"
|
||||
"url": "https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/$version/mill-dist-$version-mill.bat#/mill.bat"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user