From 09fac8c38bdba933672ca27a635687b0ad4dfe8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 20 Apr 2021 19:23:10 +0200 Subject: [PATCH] groovy: Update to version 3.0.8 --- bucket/groovy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/groovy.json b/bucket/groovy.json index d630a84cc2..167a086f36 100644 --- a/bucket/groovy.json +++ b/bucket/groovy.json @@ -1,5 +1,5 @@ { - "version": "3.0.7", + "version": "3.0.8", "description": "A powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform aimed at improving developer productivity thanks to a concise, familiar and easy to learn syntax.", "homepage": "https://www.groovy-lang.org", "license": "Apache-2.0", @@ -10,9 +10,9 @@ ], "groovyserv": "groovyserv" }, - "url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-3.0.7.zip", - "hash": "b9e2041cb83a963922f6761a0b037c5784670616632142b8d7002b7c3a96b7f5", - "extract_dir": "groovy-3.0.7", + "url": "https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/apache-groovy-binary-3.0.8.zip", + "hash": "87cf2a61b77f6378ae1081cfda9d14bc651271b25ffac57fc936cd17662e3240", + "extract_dir": "groovy-3.0.8", "bin": [ "bin\\grape.bat", "bin\\groovy.bat", @@ -31,7 +31,7 @@ "regex": "apache-groovy-binary-([\\d.]+)\\.zip" }, "autoupdate": { - "url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-$version.zip", + "url": "https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/apache-groovy-binary-$version.zip", "hash": { "url": "$url.sha256" },