diff --git a/bucket/gradle-bin.json b/bucket/gradle-bin.json index a3db52e31b..4839494c2b 100644 --- a/bucket/gradle-bin.json +++ b/bucket/gradle-bin.json @@ -1,27 +1,27 @@ { - "homepage": "https://gradle.org", + "version": "6.7", "description": "An open-source build automation tool focused on flexibility and performance. (Binaries only without documentation)", - "version": "6.6.1", + "homepage": "https://gradle.org", "license": "Apache-2.0", - "hash": "7873ed5287f47ca03549ab8dcb6dc877ac7f0e3d7b1eb12685161d10080910ac", - "url": "https://services.gradle.org/distributions/gradle-6.6.1-bin.zip", - "extract_dir": "gradle-6.6.1", - "bin": "bin\\gradle.bat", "suggest": { "JDK": [ "java/oraclejdk", "java/openjdk" ] }, + "url": "https://services.gradle.org/distributions/gradle-6.7-bin.zip", + "hash": "8ad57759019a9233dc7dc4d1a530cefe109dc122000d57f7e623f8cf4ba9dfc4", + "extract_dir": "gradle-6.7", + "bin": "bin\\gradle.bat", "checkver": { "url": "https://gradle.org/install/", - "re": "The current Gradle release is version ([\\d.]+)" + "regex": "The current Gradle release is version ([\\d.]+)" }, "autoupdate": { "url": "https://services.gradle.org/distributions/gradle-$version-bin.zip", - "extract_dir": "gradle-$version", "hash": { "url": "$url.sha256" - } + }, + "extract_dir": "gradle-$version" } }