groovy: Update to version 3.0.8

This commit is contained in:
Jakub Čábera 2021-04-20 19:23:10 +02:00
parent d8dc5519f7
commit 09fac8c38b

View File

@ -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"
},