diff options
| author | Tianyi Cui | 2010-11-11 02:16:28 +0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-11-18 20:14:27 -0800 |
| commit | 7871a99fe3439f457634e5792dd2f7b127fdd2dc (patch) | |
| tree | 05f071812239c3c3eda888f1f45b880d2f79cdf3 /Library/Formula/ut-cache.rb | |
| parent | d2530e5280072e1278eb509efbad3312e863e3e7 (diff) | |
| download | homebrew-7871a99fe3439f457634e5792dd2f7b127fdd2dc.tar.bz2 | |
Use https for all GitHub URLs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/ut-cache.rb')
| -rw-r--r-- | Library/Formula/ut-cache.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ut-cache.rb b/Library/Formula/ut-cache.rb index f70d41b69..31345837f 100644 --- a/Library/Formula/ut-cache.rb +++ b/Library/Formula/ut-cache.rb @@ -2,14 +2,14 @@ require 'formula' class UtCache <Formula head 'git://github.com/tanj/Unreal-Tournament-Cache.git' - homepage 'http://github.com/tanj/Unreal-Tournament-Cache' + homepage 'https://github.com/tanj/Unreal-Tournament-Cache' def patches DATA end def install - system "curl -o getdelim.c http://gist.github.com/raw/278167/26eae93b355d443693c1e8922a328d4a61b4a176/getdelim.c" + system "curl -o getdelim.c https://gist.github.com/raw/278167/26eae93b355d443693c1e8922a328d4a61b4a176/getdelim.c" bin.mkpath ENV['HOME'] = prefix system "make" |
