Commit 52da542d authored by Ed Reel's avatar Ed Reel

Update gradle from 4.4.1 to 4.10

parent 6924965a
...@@ -3,24 +3,15 @@ require 'package' ...@@ -3,24 +3,15 @@ require 'package'
class Gradle < Package class Gradle < Package
description 'From mobile apps to microservices, from small startups to big enterprises, Gradle helps teams build, automate and deliver better software, faster.' description 'From mobile apps to microservices, from small startups to big enterprises, Gradle helps teams build, automate and deliver better software, faster.'
homepage 'https://gradle.org/' homepage 'https://gradle.org/'
version '4.4.1' version '4.10'
source_url 'https://services.gradle.org/distributions/gradle-4.4.1-bin.zip' source_url 'https://services.gradle.org/distributions/gradle-4.10-bin.zip'
source_sha256 'e7cf7d1853dfc30c1c44f571d3919eeeedef002823b66b6a988d27e919686389' source_sha256 '248cfd92104ce12c5431ddb8309cf713fe58de8e330c63176543320022f59f18'
binary_url ({ binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/gradle-4.4.1-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/gradle-4.4.1-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/gradle-4.4.1-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/gradle-4.4.1-chromeos-x86_64.tar.xz',
}) })
binary_sha256 ({ binary_sha256 ({
aarch64: '4ec7547d20b525ba602d9f83278d8225ae58fd44fd205b62b7f44c90a0175cf2',
armv7l: '4ec7547d20b525ba602d9f83278d8225ae58fd44fd205b62b7f44c90a0175cf2',
i686: '8e42654ef1f4b6382f755434ad4f9392fe4298e867699991921fddebcc6c3983',
x86_64: '91e2e68a9920e25d4064548af81a6159eb5c656a8ad38452aac5bf173761502f',
}) })
depends_on 'unzip' => :build
depends_on 'jdk8' depends_on 'jdk8'
def self.install def self.install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment