bundletool 0.8.0 (#36016)
This commit is contained in:
parent
d4ab25c355
commit
d5b669e1ea
1 changed files with 4 additions and 4 deletions
|
@ -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.7.2/bundletool-all-0.7.2.jar"
|
||||
sha256 "9d98a1497281388539f5a774ed0843c1d541f7b1bc5d0664d21a0eeaf4a00f19"
|
||||
url "https://github.com/google/bundletool/releases/download/0.8.0/bundletool-all-0.8.0.jar"
|
||||
sha256 "5ea68a00f2fe0667d9d66dbf05181828d405a205732221751310dd0c1b5abe64"
|
||||
|
||||
bottle :unneeded
|
||||
depends_on :java => "1.8+"
|
||||
|
@ -22,8 +22,8 @@ class Bundletool < Formula
|
|||
expected = <<~EOS
|
||||
App Bundle information
|
||||
------------
|
||||
Modules:
|
||||
Module: base
|
||||
Feature modules:
|
||||
Feature module: base
|
||||
File: dex/classes.dex
|
||||
EOS
|
||||
|
||||
|
|
Loading…
Reference in a new issue