aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/android-sdk.rb
diff options
context:
space:
mode:
authorFelix Schulze2011-07-14 23:02:20 +0200
committerAdam Vandenberg2011-07-17 08:30:53 -0700
commita645d0905c58c87b81e69f120fbe3db71413f535 (patch)
tree48c96718d8686cdffac2878a092ac9edaf172d20 /Library/Formula/android-sdk.rb
parenta9c322ad5739a0728ecc60588fa13b85f17f7b9c (diff)
downloadhomebrew-a645d0905c58c87b81e69f120fbe3db71413f535.tar.bz2
android-sdk r12
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/android-sdk.rb')
-rw-r--r--Library/Formula/android-sdk.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/android-sdk.rb b/Library/Formula/android-sdk.rb
index efbb39cad..df84de03f 100644
--- a/Library/Formula/android-sdk.rb
+++ b/Library/Formula/android-sdk.rb
@@ -1,10 +1,10 @@
require 'formula'
class AndroidSdk < Formula
- url 'http://dl.google.com/android/android-sdk_r11-mac_x86.zip'
+ url 'http://dl.google.com/android/android-sdk_r12-mac_x86.zip'
homepage 'http://developer.android.com/index.html'
- md5 '85bed5ed25aea51f6a447a674d637d1e'
- version 'r11'
+ md5 '341544e4572b4b1afab123ab817086e7'
+ version 'r12'
def self.var_dirs
%w[platforms samples temp add-ons bin]