mill@0.11.5: Update homepage URL (#5152) (#5153)

This commit is contained in:
Nai Hao Cheng 2023-10-06 03:33:40 +09:00 committed by GitHub
parent 21da3cb652
commit 274caac2a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,18 @@
{
"version": "0.11.5",
"description": "Build tool aiming for Java and Scala.",
"homepage": "http://www.lihaoyi.com/mill/",
"homepage": "https://mill-build.com/",
"license": "MIT",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://github.com/lihaoyi/mill/releases/download/0.11.5/0.11.5-assembly#/mill.bat",
"url": "https://github.com/com-lihaoyi/mill/releases/download/0.11.5/0.11.5-assembly#/mill.bat",
"hash": "b0224c0b2e132d1415df3236f00c9dbf96bc395f0e1ce8cb6f085fc8897139e6",
"bin": "mill.bat",
"checkver": {
"github": "https://github.com/lihaoyi/mill"
"github": "https://github.com/com-lihaoyi/mill"
},
"autoupdate": {
"url": "https://github.com/lihaoyi/mill/releases/download/$matchHead/$version-assembly#/mill.bat"
"url": "https://github.com/com-lihaoyi/mill/releases/download/$matchHead/$version-assembly#/mill.bat"
}
}