bundletool 0.9.0
Closes #37831. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
3e53fa3f65
commit
7e4bcef226
1 changed files with 2 additions and 2 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.8.0/bundletool-all-0.8.0.jar"
|
||||
sha256 "5ea68a00f2fe0667d9d66dbf05181828d405a205732221751310dd0c1b5abe64"
|
||||
url "https://github.com/google/bundletool/releases/download/0.9.0/bundletool-all-0.9.0.jar"
|
||||
sha256 "d22a73484bb286a0efd3accfedd130aa81cc3df8a2d74268198b34e1e849255b"
|
||||
|
||||
bottle :unneeded
|
||||
depends_on :java => "1.8+"
|
||||
|
|
Loading…
Reference in a new issue