diff options
| -rw-r--r-- | Library/Formula/android-sdk.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/browser.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/portaudio.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/repo.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/scala.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/sendemail.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/slimerjs.rb | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/Library/Formula/android-sdk.rb b/Library/Formula/android-sdk.rb index d4898ce75..a431bb493 100644 --- a/Library/Formula/android-sdk.rb +++ b/Library/Formula/android-sdk.rb @@ -10,7 +10,7 @@ class AndroidSdk < Formula :because => "The Android Platform-Tools need to be installed as part of the SDK." resource 'completion' do - url 'https://raw.github.com/CyanogenMod/android_sdk/938c8d70af7d77dfcd1defe415c1e0deaa7d301b/bash_completion/adb.bash' + url 'https://raw.githubusercontent.com/CyanogenMod/android_sdk/938c8d70af7d77dfcd1defe415c1e0deaa7d301b/bash_completion/adb.bash' sha1 '6dfead9b1350dbe1c16a1c80ed70beedebfa39eb' end diff --git a/Library/Formula/browser.rb b/Library/Formula/browser.rb index ff16f775f..4a720753d 100644 --- a/Library/Formula/browser.rb +++ b/Library/Formula/browser.rb @@ -1,7 +1,7 @@ require 'formula' class Browser < GithubGistFormula - url 'https://gist.github.com/raw/318247/bcbcf6c5fb730b4f508c633cce56ba17828825c8/browser' + url 'https://gist.githubusercontent.com/defunkt/318247/raw/bcbcf6c5fb730b4f508c633cce56ba17828825c8/browser' homepage 'https://gist.github.com/318247/' sha1 '3474d81ef6eaaf13554fd6aa03e5227c4c72f1bb' end diff --git a/Library/Formula/portaudio.rb b/Library/Formula/portaudio.rb index b8aaf8e1f..263281d47 100644 --- a/Library/Formula/portaudio.rb +++ b/Library/Formula/portaudio.rb @@ -10,7 +10,7 @@ class Portaudio < Formula # Fix PyAudio compilation on Lion patch :p0 do url "https://trac.macports.org/export/94150/trunk/dports/audio/portaudio/files/patch-include__pa_mac_core.h.diff" - mirror "https://raw.github.com/sakuro/macports/9ee0b7dd6045a3967348638a228bc1a658bcaa3f/audio/portaudio/files/patch-include__pa_mac_core.h.diff" + mirror "https://raw.githubusercontent.com/sakuro/macports/9ee0b7dd6045a3967348638a228bc1a658bcaa3f/audio/portaudio/files/patch-include__pa_mac_core.h.diff" sha1 "28188dfb6a5438a050fccb70331751a40e33447d" end if MacOS.version >= :lion end diff --git a/Library/Formula/repo.rb b/Library/Formula/repo.rb index 15356cbab..d57dfc60f 100644 --- a/Library/Formula/repo.rb +++ b/Library/Formula/repo.rb @@ -2,7 +2,7 @@ require 'formula' class Repo < Formula homepage 'http://source.android.com/source/git-repo.html' - url 'https://raw.github.com/android/tools_repo/v1.12.13/repo' + url 'https://raw.githubusercontent.com/android/tools_repo/v1.12.13/repo' version '1.21' sha1 'b8bd1804f432ecf1bab730949c82b93b0fc5fede' diff --git a/Library/Formula/scala.rb b/Library/Formula/scala.rb index 44ae4995b..cd3650958 100644 --- a/Library/Formula/scala.rb +++ b/Library/Formula/scala.rb @@ -13,7 +13,7 @@ class Scala < Formula end resource 'completion' do - url 'https://raw.github.com/scala/scala-dist/27bc0c25145a83691e3678c7dda602e765e13413/completion.d/2.9.1/scala' + url 'https://raw.githubusercontent.com/scala/scala-dist/27bc0c25145a83691e3678c7dda602e765e13413/completion.d/2.9.1/scala' sha1 'e2fd99fe31a9fb687a2deaf049265c605692c997' end diff --git a/Library/Formula/sendemail.rb b/Library/Formula/sendemail.rb index 4d89de6b8..25f6ceb66 100644 --- a/Library/Formula/sendemail.rb +++ b/Library/Formula/sendemail.rb @@ -7,7 +7,7 @@ class Sendemail < Formula # Reported upstream: http://caspian.dotconf.net/menu/Software/SendEmail/#comment-1119965648 patch do - url "https://raw.github.com/mogaal/sendemail/e785a6d284884688322c9b39c0f64e20a43ea825/debian/patches/fix_ssl_version.patch" + url "https://raw.githubusercontent.com/mogaal/sendemail/e785a6d284884688322c9b39c0f64e20a43ea825/debian/patches/fix_ssl_version.patch" sha1 "f0ce85b136e83010a89d941f849bb2e78a2ad6d6" end diff --git a/Library/Formula/slimerjs.rb b/Library/Formula/slimerjs.rb index 76594fbbc..36df410eb 100644 --- a/Library/Formula/slimerjs.rb +++ b/Library/Formula/slimerjs.rb @@ -45,7 +45,7 @@ class Slimerjs < Formula test do system "#{bin}/slimerjs", "-v" - curl "-O", "https://raw.github.com/laurentj/slimerjs/ec1e53a/examples/phantomjs/loadspeed.js" + curl "-O", "https://raw.githubusercontent.com/laurentj/slimerjs/ec1e53a/examples/phantomjs/loadspeed.js" system "#{bin}/slimerjs", "loadspeed.js", "https://www.google.com" end end |
