aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-07-24 11:13:59 -0700
committerAdam Vandenberg2012-07-24 11:13:59 -0700
commitab23e81840471258681b27e8ffaedf0882edd1d2 (patch)
treea82934fd2c349b48539c06915b976321b012dc2e /Library/Formula
parent4bb894155796c3953262b81b542c6e870af1a303 (diff)
downloadhomebrew-ab23e81840471258681b27e8ffaedf0882edd1d2.tar.bz2
android-ndk r8b
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/android-ndk.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/android-ndk.rb b/Library/Formula/android-ndk.rb
index b2d37dbe3..d0ec62b64 100644
--- a/Library/Formula/android-ndk.rb
+++ b/Library/Formula/android-ndk.rb
@@ -2,9 +2,9 @@ require 'formula'
class AndroidNdk < Formula
homepage 'http://developer.android.com/sdk/ndk/index.html'
- url 'http://dl.google.com/android/ndk/android-ndk-r8-darwin-x86.tar.bz2'
- version 'r8'
- md5 '81ce5de731f945692123b377afe0bad9'
+ url 'http://dl.google.com/android/ndk/android-ndk-r8b-darwin-x86.tar.bz2'
+ version 'r8b'
+ sha1 '497ba01810c881c0655c9b0759d529adf9e8cf52'
depends_on 'android-sdk'