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