ScoopInstaller_Main/maven.json
Richard Kuhnt ff4e23463c Add Java bucket maintained by @se35710 (#2209)
* Add Java bucket maintained by @se35710
2018-04-21 23:18:19 +02:00

30 lines
879 B
JSON

{
"homepage": "https://maven.apache.org/",
"version": "3.5.3",
"license": "Apache-2.0",
"url": "https://archive.apache.org/dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.zip",
"hash": "sha1:4a4844990333e2548540729ce9ab57f52a63148d",
"extract_dir": "apache-maven-3.5.3",
"env_add_path": "bin",
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
"checkver": {
"url": "https://maven.apache.org/download.cgi",
"re": "Apache Maven ([\\d.]+) is the latest release"
},
"autoupdate": {
"url": "https://archive.apache.org/dist/maven/maven-$majorVersion/$version/binaries/apache-maven-$version-bin.zip",
"extract_dir": "apache-maven-$version",
"hash": {
"url": "$url.sha1"
}
},
"persist": [
"conf"
]
}