From 05cdd1360ef3ce744e1cb01291b474bc8ebcd2a3 Mon Sep 17 00:00:00 2001 From: jack-mil <62065280+jack-mil@users.noreply.github.com> Date: Thu, 11 Sep 2025 13:37:02 -0400 Subject: [PATCH] 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 --- bucket/mill.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mill.json b/bucket/mill.json index 11505c024d..4713c0135d 100644 --- a/bucket/mill.json +++ b/bucket/mill.json @@ -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" } }