aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/apktool.rb
diff options
context:
space:
mode:
authorBrett Koonce2013-02-05 07:55:27 -0600
committerJack Nagel2013-02-05 08:48:20 -0600
commit358b9f1bf85743369372bdfd619f10d765cf2a4f (patch)
treef159680d5d7d28569ef2e0261ebdc91af339d6c0 /Library/Formula/apktool.rb
parentc6e3c0ba188d96908f6f905c1fd90b740a78fb0a (diff)
downloadhomebrew-358b9f1bf85743369372bdfd619f10d765cf2a4f.tar.bz2
apktool 1.5.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/apktool.rb')
-rw-r--r--Library/Formula/apktool.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/apktool.rb b/Library/Formula/apktool.rb
index cda900c5f..2deee58f1 100644
--- a/Library/Formula/apktool.rb
+++ b/Library/Formula/apktool.rb
@@ -7,8 +7,8 @@ end
class Apktool < Formula
homepage 'http://android-apktool.googlecode.com/'
- url 'https://android-apktool.googlecode.com/files/apktool1.5.1.tar.bz2'
- sha1 '73a0864d6910f40e6837b2777e2761a2952810eb'
+ url 'https://android-apktool.googlecode.com/files/apktool1.5.2.tar.bz2'
+ sha1 '2dd828cf79467730c7406aa918f1da1bd21aaec8'
def install
libexec.install 'apktool.jar'