ScoopInstaller_Main/gradle.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

15 lines
463 B
JSON

{
"homepage": "http://www.gradle.org",
"version": "2.14",
"license": "Apache 2.0",
"hash": "993B4F33B652C689E9721917D8E021CAB6BBD3EAE81B39AB2FD46FDB19A928D5",
"url": "https://services.gradle.org/distributions/gradle-2.14-bin.zip",
"extract_dir": "gradle-2.14",
"bin": "bin\\gradle.bat",
"depends": "openjdk",
"checkver": {
"url": "https://gradle.org/gradle-download/",
"re": "Download Gradle ([\\d.]+)"
}
}