mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-06 23:41:28 +00:00
I can't find any checksums _anywhere_ for their binaries, but hopefully it won't generally matter
19 lines
612 B
JSON
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"
|
|
}
|
|
}
|