Start pointing some things at githubusercontent domain
This commit is contained in:
parent
7ae0c361a8
commit
6dbe074e54
7 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue