From 908f5f906c17c672d2144b99d3b657a25df29136 Mon Sep 17 00:00:00 2001 From: chenrui Date: Sat, 20 Jul 2019 07:56:54 -0400 Subject: [PATCH] bundletool 0.10.2 (#42179) --- Formula/bundletool.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/bundletool.rb b/Formula/bundletool.rb index fac9a82456..5530051b9c 100644 --- a/Formula/bundletool.rb +++ b/Formula/bundletool.rb @@ -1,8 +1,8 @@ class Bundletool < Formula desc "Command-line tool to manipulate Android App Bundles" homepage "https://github.com/google/bundletool" - url "https://github.com/google/bundletool/releases/download/0.10.1/bundletool-all-0.10.1.jar" - sha256 "ac0e18bb5f59f693b7dc3ebcb44560f24ad94aeb188f7015346081ed56cb0e3c" + url "https://github.com/google/bundletool/releases/download/0.10.2/bundletool-all-0.10.2.jar" + sha256 "30e56dd6c11ff5affd838d1ec7d72467596f2a28c59d0c9e96735062f04a76ba" bottle :unneeded depends_on :java => "1.8+"