ScoopInstaller_Main/maven.json
Rémy 7461df9a33 Add checkver definition to many apps (#1119)
* add checkver definitions

* add script to list manifests without checkver definition
2016-11-10 13:32:59 +11:00

20 lines
760 B
JSON

{
"homepage": "https://maven.apache.org/",
"version": "3.3.9",
"license": "Apache 2.0",
"url": "https://archive.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip",
"hash": "bb37146a67d067069754c775b9c9f03b52da953261981738de963057023cda3a",
"extract_dir": "apache-maven-3.3.9",
"bin": [
"bin\\mvn.cmd"
],
"env_set": {
"M2_HOME": "$dir"
},
"notes": "Maven requires a JDK such as OpenJDK 7 (scoop install openjdk) or Oracle's Java 8 (scoop install oraclejdk). The Oracle JDK requires the Scoop Extras bucket (scoop butcket add extras).",
"checkver": {
"url": "https://maven.apache.org/download.cgi",
"re": "Apache Maven ([\\d.]+) is the latest release"
}
}