mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
29 lines
980 B
JSON
29 lines
980 B
JSON
{
|
|
"version": "3.9.11",
|
|
"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.11/binaries/apache-maven-3.9.11-bin.zip",
|
|
"hash": "sha512:03e2d65d4483a3396980629f260e25cac0d8b6f7f2791e4dc20bc83f9514db8d0f05b0479e699a5f34679250c49c8e52e961262ded468a20de0be254d8207076",
|
|
"extract_dir": "apache-maven-3.9.11",
|
|
"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"
|
|
}
|
|
}
|