aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-12 21:14:45 -0800
committerAdam Vandenberg2012-02-12 21:41:06 -0800
commit02aa981a16ae81ef03c826afa638008e432381a3 (patch)
tree2f8f036d659c998e53623e4f4373b5235234439a /Library
parent7679281017e00c3e290d3db70a697c5de5114419 (diff)
downloadhomebrew-02aa981a16ae81ef03c826afa638008e432381a3.tar.bz2
apktool 1.4.3
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/apktool.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/apktool.rb b/Library/Formula/apktool.rb
index d96cbfbb3..dd498a6ca 100644
--- a/Library/Formula/apktool.rb
+++ b/Library/Formula/apktool.rb
@@ -6,9 +6,9 @@ class ApktoolExecutables < Formula
end
class Apktool < Formula
- url 'http://android-apktool.googlecode.com/files/apktool1.4.1.tar.bz2'
- sha1 '4e5f709e5f86c3ef72dbc32041d1aebd957098b4'
homepage 'http://android-apktool.googlecode.com/'
+ url 'http://android-apktool.googlecode.com/files/apktool1.4.3.tar.bz2'
+ sha1 '7c0b85882c1fab7660258ab344e3a43b17e10741'
def install
libexec.install 'apktool.jar'
@@ -16,7 +16,7 @@ class Apktool < Formula
ApktoolExecutables.new.brew do |f|
# Make apktool look for jar in libexec
inreplace 'apktool', /^libdir=.*$/, "libdir=\"#{libexec}\""
- bin.install ['aapt', 'apktool']
+ bin.install 'aapt', 'apktool'
end
end
end