aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/android-ndk.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-04-25 12:23:11 -0700
committerAdam Vandenberg2013-04-25 12:23:37 -0700
commit653b3f330c3fc5d03c51176b73dcf51c335143cf (patch)
tree20fc00d06ac9ffe36bbc4dd41c4d9bd2f011c79d /Library/Formula/android-ndk.rb
parentb43d20d2d57efa23627b13735339aed7370e61a9 (diff)
downloadhomebrew-653b3f330c3fc5d03c51176b73dcf51c335143cf.tar.bz2
android-ndk r8e
Diffstat (limited to 'Library/Formula/android-ndk.rb')
-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 0eb9883e6..79b761463 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-r8d-darwin-x86.tar.bz2'
- version 'r8d'
- sha1 'fd4fcce09b07c2e1f9ba9d52532021988cd96c21'
+ url 'http://dl.google.com/android/ndk/android-ndk-r8e-darwin-x86.tar.bz2'
+ version 'r8e'
+ sha1 '60536b22b3c09015a4c7072097404a9a1316b242'
depends_on 'android-sdk'