Skip to content

Commit 2237564

Browse files
authored
Merge pull request #210488 from Homebrew/bump-apktool-2.11.1
apktool 2.11.1
2 parents 76efe85 + e11bcac commit 2237564

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/a/apktool.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
class Apktool < Formula
22
desc "Tool for reverse engineering 3rd party, closed, binary Android apps"
33
homepage "https://github.com/iBotPeaches/Apktool"
4-
url "https://github.com/iBotPeaches/Apktool/releases/download/v2.11.0/apktool_2.11.0.jar"
5-
sha256 "8fdc17c6fe2e6d80d71b8718eb2a5d0379f1cc7139ae777f6a499ce397b26f54"
4+
url "https://github.com/iBotPeaches/Apktool/releases/download/v2.11.1/apktool_2.11.1.jar"
5+
sha256 "56d59c524fc764263ba8d345754d8daf55b1887818b15cd3b594f555d249e2db"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, all: "918b624637434a0e5c47c1f28e6962c5dec27439e5381631a31c90eb708973a8"
9+
sha256 cellar: :any_skip_relocation, all: "89932937bf5504a8032cdf2d55f816f517c05767bd5f372228b1faffd5de8410"
1010
end
1111

1212
depends_on "openjdk"

0 commit comments

Comments
 (0)