bundletool 0.10.2 (#42179)
This commit is contained in:
parent
f6799d6a3a
commit
908f5f906c
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Bundletool < Formula
|
class Bundletool < Formula
|
||||||
desc "Command-line tool to manipulate Android App Bundles"
|
desc "Command-line tool to manipulate Android App Bundles"
|
||||||
homepage "https://github.com/google/bundletool"
|
homepage "https://github.com/google/bundletool"
|
||||||
url "https://github.com/google/bundletool/releases/download/0.10.1/bundletool-all-0.10.1.jar"
|
url "https://github.com/google/bundletool/releases/download/0.10.2/bundletool-all-0.10.2.jar"
|
||||||
sha256 "ac0e18bb5f59f693b7dc3ebcb44560f24ad94aeb188f7015346081ed56cb0e3c"
|
sha256 "30e56dd6c11ff5affd838d1ec7d72467596f2a28c59d0c9e96735062f04a76ba"
|
||||||
|
|
||||||
bottle :unneeded
|
bottle :unneeded
|
||||||
depends_on :java => "1.8+"
|
depends_on :java => "1.8+"
|
||||||
|
|
Loading…
Reference in a new issue