mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
29 lines
980 B
JSON
29 lines
980 B
JSON
{
|
|
"version": "3.9.10",
|
|
"description": "Software project management and comprehension tool",
|
|
"homepage": "https://maven.apache.org/",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"JDK": "java/openjdk"
|
|
},
|
|
"url": "https://dlcdn.apache.org/maven/maven-3/3.9.10/binaries/apache-maven-3.9.10-bin.zip",
|
|
"hash": "sha512:2e24dbea0407489d45b4d8214afff96fb57b54a5ef2bb6878f65fbce9b4141685b878ec5c53e9d07d4b1bf166bb5c4f80d540a13013b133a250ec9d85effa37c",
|
|
"extract_dir": "apache-maven-3.9.10",
|
|
"env_add_path": "bin",
|
|
"persist": [
|
|
"conf",
|
|
"lib\\ext"
|
|
],
|
|
"checkver": {
|
|
"url": "https://maven.apache.org/docs/history.html",
|
|
"regex": "<b>([\\d.]+)</b>"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://dlcdn.apache.org/maven/maven-$majorVersion/$version/binaries/apache-maven-$version-bin.zip",
|
|
"hash": {
|
|
"url": "$url.sha512"
|
|
},
|
|
"extract_dir": "apache-maven-$version"
|
|
}
|
|
}
|