ScoopInstaller_Main/gradle.json
Benjamin Pollack a32362e2dc gradle: add autoupdate support
I can't find any checksums _anywhere_ for their binaries, but hopefully it won't generally matter
2017-01-25 15:35:26 -05:00

19 lines
612 B
JSON

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