diff options
| author | Jack Nagel | 2013-09-27 21:21:25 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-09-27 21:21:25 -0500 |
| commit | a8e49e1595276f25ef3c46044285dbc298484bcc (patch) | |
| tree | 704a7acab997706312cab7ce798a3fbce20a00b4 /Library/Formula | |
| parent | 7f31dc0e2edaaa14c026a2a4bb0d7fa328ad184f (diff) | |
| download | homebrew-a8e49e1595276f25ef3c46044285dbc298484bcc.tar.bz2 | |
android-sdk: fix completion download
The URL points to a page on a git repository viewer rather than a raw
download, so revert to the previous URL.
Fixes #22888.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/android-sdk.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/android-sdk.rb b/Library/Formula/android-sdk.rb index 94849c5e2..e14606564 100644 --- a/Library/Formula/android-sdk.rb +++ b/Library/Formula/android-sdk.rb @@ -7,9 +7,8 @@ class AndroidSdk < Formula sha1 '2ed180127529e9130923977591d65c08529bc315' resource 'completion' do - url 'https://android.googlesource.com/platform/sdk/+/android-4.3_r2.1/bash_completion/adb.bash' - version '4.3-r2.1' - sha1 'd63eff542629e3fb8a9e927b91f0e0c6059909ad' + url 'https://raw.github.com/CyanogenMod/android_sdk/3bf0a01ef66a9b99149ba3faaf34a1362581dd01/bash_completion/adb.bash' + sha1 '8e7dad45b8c98c359516d4a818a9090125bc6f7a' end # TODO docs and platform-tools |
