diff options
| author | Jack Nagel | 2013-04-06 21:34:41 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-04-06 21:34:41 -0500 | 
| commit | 74381fef56b508de35ad12a975e849f59c52c047 (patch) | |
| tree | 04a6e93a70c9ecb14cfcddc2cfbcc85076662ff5 | |
| parent | 18b50b5c0b36f3151034d77e131ed37e2eaf79e8 (diff) | |
| download | homebrew-74381fef56b508de35ad12a975e849f59c52c047.tar.bz2 | |
Update github URLs
| -rw-r--r-- | Library/Formula/bam.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/beanstalk.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/cgdb.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/crash.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/git-cola.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/git-url-sub.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/groovyserv.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/jq.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/jsonpp.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/kestrel.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/libgit2.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/mogenerator.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/mp3fs.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/pdf2htmlex.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/poster.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/riemann.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/roundup.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/shocco.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/simple-tiles.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/taglib.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/yajl.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/yeti.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/yle-dl.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/youtube-dl.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/zint.rb | 2 | 
25 files changed, 25 insertions, 25 deletions
| diff --git a/Library/Formula/bam.rb b/Library/Formula/bam.rb index 814e9a5a0..c6c05aef3 100644 --- a/Library/Formula/bam.rb +++ b/Library/Formula/bam.rb @@ -1,7 +1,7 @@  require 'formula'  class Bam < Formula -  homepage 'http://matricks.github.com/bam/' +  homepage 'http://matricks.github.io/bam/'    url 'https://github.com/downloads/matricks/bam/bam-0.4.0.tar.gz'    sha1 'c0f32ff9272d5552e02a9d68fbdd72106437ee69' diff --git a/Library/Formula/beanstalk.rb b/Library/Formula/beanstalk.rb index daaa7175c..01de099c0 100644 --- a/Library/Formula/beanstalk.rb +++ b/Library/Formula/beanstalk.rb @@ -1,7 +1,7 @@  require 'formula'  class Beanstalk < Formula -  homepage 'http://kr.github.com/beanstalkd/' +  homepage 'http://kr.github.io/beanstalkd/'    url 'https://github.com/downloads/kr/beanstalkd/beanstalkd-1.8.tar.gz'    sha1 'b8c274d7233e02c6793d8d119608ad7c878b0954' diff --git a/Library/Formula/cgdb.rb b/Library/Formula/cgdb.rb index ec9cd7b47..bee97a13d 100644 --- a/Library/Formula/cgdb.rb +++ b/Library/Formula/cgdb.rb @@ -1,7 +1,7 @@  require 'formula'  class Cgdb < Formula -  homepage 'http://cgdb.github.com/' +  homepage 'http://cgdb.github.io/'    url 'http://cgdb.me/files/cgdb-0.6.7.tar.gz'    sha1 '5e29e306502888dd660a9dd55418e5c190ac75bb' diff --git a/Library/Formula/crash.rb b/Library/Formula/crash.rb index 890478987..24f48dcf5 100644 --- a/Library/Formula/crash.rb +++ b/Library/Formula/crash.rb @@ -1,7 +1,7 @@  require 'formula'  class Crash < Formula -  homepage 'http://vietj.github.com/crash/' +  homepage 'http://vietj.github.io/crash/'    url 'https://crsh.googlecode.com/files/crsh-all-1.1.0.tar.gz'    sha1 'c7a331de9fcf036197b018b509d32322c785cc11' diff --git a/Library/Formula/git-cola.rb b/Library/Formula/git-cola.rb index 0d02fcd4d..3ea80736f 100644 --- a/Library/Formula/git-cola.rb +++ b/Library/Formula/git-cola.rb @@ -1,7 +1,7 @@  require 'formula'  class GitCola < Formula -  homepage 'http://git-cola.github.com/' +  homepage 'http://git-cola.github.io/'    url 'https://github.com/git-cola/git-cola/archive/v1.8.2.tar.gz'    sha1 '92c09bcf3abcac68f6dc0817e9c8d002260572ae' diff --git a/Library/Formula/git-url-sub.rb b/Library/Formula/git-url-sub.rb index ee63a6419..0563cd4c3 100644 --- a/Library/Formula/git-url-sub.rb +++ b/Library/Formula/git-url-sub.rb @@ -1,7 +1,7 @@  require 'formula'  class GitUrlSub < Formula -  homepage 'http://gosuri.github.com/git-url-sub' +  homepage 'http://gosuri.github.io/git-url-sub'    url 'https://github.com/gosuri/git-url-sub/archive/1.0.1.tar.gz'    sha1 '294631d898a4263285f7a2ac0ce93ff494dadbf8' diff --git a/Library/Formula/groovyserv.rb b/Library/Formula/groovyserv.rb index ecafbcc6b..dd8149709 100644 --- a/Library/Formula/groovyserv.rb +++ b/Library/Formula/groovyserv.rb @@ -1,7 +1,7 @@  require 'formula'  class Groovyserv < Formula -  homepage 'http://kobo.github.com/groovyserv/' +  homepage 'http://kobo.github.io/groovyserv/'    url 'https://bitbucket.org/kobo/groovyserv-mirror/downloads/groovyserv-0.11-src.zip'    sha1 'a9a558c9793fbaaf32f6a4e267d5ad16d0381292' diff --git a/Library/Formula/jq.rb b/Library/Formula/jq.rb index a8fdac0c4..4428ecf37 100644 --- a/Library/Formula/jq.rb +++ b/Library/Formula/jq.rb @@ -1,7 +1,7 @@  require 'formula'  class Jq < Formula -  homepage 'http://stedolan.github.com/jq/' +  homepage 'http://stedolan.github.io/jq/'    url 'https://github.com/stedolan/jq/archive/jq-1.2.tar.gz'    sha1 'cdc57153a8105d9918cb84dff183cca8aa36f6de' diff --git a/Library/Formula/jsonpp.rb b/Library/Formula/jsonpp.rb index e9aa2215b..0f54d8988 100644 --- a/Library/Formula/jsonpp.rb +++ b/Library/Formula/jsonpp.rb @@ -1,7 +1,7 @@  require 'formula'  class Jsonpp < Formula -  homepage 'http://jmhodges.github.com/jsonpp/' +  homepage 'http://jmhodges.github.io/jsonpp/'    url 'http://projects.somethingsimilar.com/jsonpp/downloads/jsonpp-1.1.0-osx-x86_64.zip'    version '1.1.0'    sha1 '2392c3c1c4ff38a0a1ed59e5cb23ac633d7fb54d' diff --git a/Library/Formula/kestrel.rb b/Library/Formula/kestrel.rb index 44dddd61a..cf68bc02e 100644 --- a/Library/Formula/kestrel.rb +++ b/Library/Formula/kestrel.rb @@ -1,7 +1,7 @@  require 'formula'  class Kestrel < Formula -  homepage 'http://robey.github.com/kestrel/' +  homepage 'http://robey.github.io/kestrel/'    url 'http://robey.github.com/kestrel/download/kestrel-2.4.1.zip'    sha1 'd6e6dabf1848fea306419c19ada0b89b6d1ad571' diff --git a/Library/Formula/libgit2.rb b/Library/Formula/libgit2.rb index 5fc8238d3..d109f318b 100644 --- a/Library/Formula/libgit2.rb +++ b/Library/Formula/libgit2.rb @@ -1,7 +1,7 @@  require 'formula'  class Libgit2 < Formula -  homepage 'http://libgit2.github.com/' +  homepage 'http://libgit2.github.io/'    url 'https://github.com/libgit2/libgit2/archive/v0.17.0.tar.gz'    sha1 '0887ce3aa2b22c3a256bf5cd80e13f3766b27480' diff --git a/Library/Formula/mogenerator.rb b/Library/Formula/mogenerator.rb index 7fdd423d4..91513f1b3 100644 --- a/Library/Formula/mogenerator.rb +++ b/Library/Formula/mogenerator.rb @@ -1,7 +1,7 @@  require 'formula'  class Mogenerator < Formula -  homepage 'http://rentzsch.github.com/mogenerator/' +  homepage 'http://rentzsch.github.io/mogenerator/'    url 'https://github.com/rentzsch/mogenerator/archive/1.27.tar.gz'    sha1 'd9defaa6352624cacbe8640aa82af8e14de74848' diff --git a/Library/Formula/mp3fs.rb b/Library/Formula/mp3fs.rb index b025a6543..74edfa771 100644 --- a/Library/Formula/mp3fs.rb +++ b/Library/Formula/mp3fs.rb @@ -1,7 +1,7 @@  require 'formula'  class Mp3fs < Formula -  homepage 'http://khenriks.github.com/mp3fs/' +  homepage 'http://khenriks.github.io/mp3fs/'    url 'https://github.com/downloads/khenriks/mp3fs/mp3fs-0.32.tar.gz'    sha1 'e6aef12f753721c87bdecfb4dca7e3721a808828' diff --git a/Library/Formula/pdf2htmlex.rb b/Library/Formula/pdf2htmlex.rb index 8ff53fa63..cfeadfab9 100644 --- a/Library/Formula/pdf2htmlex.rb +++ b/Library/Formula/pdf2htmlex.rb @@ -1,7 +1,7 @@  require 'formula'  class Pdf2htmlex < Formula -  homepage 'http://coolwanglu.github.com/pdf2htmlEX/' +  homepage 'http://coolwanglu.github.io/pdf2htmlEX/'    url 'https://github.com/coolwanglu/pdf2htmlEX/archive/v0.7.tar.gz'    sha1 'c93498d0251313fb7a003ff0b59f11d07759fb7e' diff --git a/Library/Formula/poster.rb b/Library/Formula/poster.rb index 86c86c30a..da9359ba0 100644 --- a/Library/Formula/poster.rb +++ b/Library/Formula/poster.rb @@ -1,7 +1,7 @@  require 'formula'  class Poster < Formula -  homepage 'http://schrfr.github.com/poster/' +  homepage 'http://schrfr.github.io/poster/'    url 'https://github.com/schrfr/poster/archive/1.0.0.tar.gz'    sha1 '20846c17fc0c266caecf82b24cbe7906999a410c' diff --git a/Library/Formula/riemann.rb b/Library/Formula/riemann.rb index 06ae10563..aa408e328 100644 --- a/Library/Formula/riemann.rb +++ b/Library/Formula/riemann.rb @@ -1,7 +1,7 @@  require 'formula'  class Riemann < Formula -  homepage 'http://aphyr.github.com/riemann/' +  homepage 'http://riemann.io'    url 'http://aphyr.com/riemann/riemann-0.2.0.tar.bz2'    sha1 '949bbf649aba6d76b7a2a52c592a856874f0b59c' diff --git a/Library/Formula/roundup.rb b/Library/Formula/roundup.rb index b7880daa0..a264a9d52 100644 --- a/Library/Formula/roundup.rb +++ b/Library/Formula/roundup.rb @@ -1,7 +1,7 @@  require 'formula'  class Roundup < Formula -  homepage 'http://bmizerany.github.com/roundup' +  homepage 'http://bmizerany.github.io/roundup'    url 'https://github.com/bmizerany/roundup/archive/v0.0.5.tar.gz'    sha1 '76ad889ed8e4c32d24847ba2848a8515199e0966' diff --git a/Library/Formula/shocco.rb b/Library/Formula/shocco.rb index 9b59314cf..bd6959517 100644 --- a/Library/Formula/shocco.rb +++ b/Library/Formula/shocco.rb @@ -26,7 +26,7 @@ class MarkdownProvider < Requirement  end  class Shocco < Formula -  homepage 'http://rtomayko.github.com/shocco/' +  homepage 'http://rtomayko.github.io/shocco/'    url 'https://github.com/rtomayko/shocco/archive/1.0.tar.gz'    sha1 'e29d58fb8109040b4fb4a816f330bb1c67064f6d' diff --git a/Library/Formula/simple-tiles.rb b/Library/Formula/simple-tiles.rb index dd1d0b115..c20d14529 100644 --- a/Library/Formula/simple-tiles.rb +++ b/Library/Formula/simple-tiles.rb @@ -1,7 +1,7 @@  require 'formula'  class SimpleTiles < Formula -  homepage 'http://propublica.github.com/simple-tiles/' +  homepage 'http://propublica.github.io/simple-tiles/'    url 'https://github.com/propublica/simple-tiles/archive/v0.3.1.tar.gz'    sha1 '9f5ff17cca9d9cacb36dcf971b57dd3b42b352e2' diff --git a/Library/Formula/taglib.rb b/Library/Formula/taglib.rb index 0945ee0db..19cb0d4d1 100644 --- a/Library/Formula/taglib.rb +++ b/Library/Formula/taglib.rb @@ -1,7 +1,7 @@  require 'formula'  class Taglib < Formula -  homepage 'http://taglib.github.com/' +  homepage 'http://taglib.github.io/'    url 'https://github.com/downloads/taglib/taglib/taglib-1.8.tar.gz'    sha1 'bdbfd746fde42401d3a77cd930c7802d374a692d' diff --git a/Library/Formula/yajl.rb b/Library/Formula/yajl.rb index 95a00f7d7..179278d66 100644 --- a/Library/Formula/yajl.rb +++ b/Library/Formula/yajl.rb @@ -1,7 +1,7 @@  require 'formula'  class Yajl < Formula -  homepage 'http://lloyd.github.com/yajl/' +  homepage 'http://lloyd.github.io/yajl/'    url 'https://github.com/lloyd/yajl/archive/2.0.4.tar.gz'    sha256 '0e78f516dc53ecce7dc073f9a9bb0343186b58ef29dcd1dad74e5e853b216dd5' diff --git a/Library/Formula/yeti.rb b/Library/Formula/yeti.rb index 40a6b2521..158f48ea0 100644 --- a/Library/Formula/yeti.rb +++ b/Library/Formula/yeti.rb @@ -1,7 +1,7 @@  require 'formula'  class Yeti < Formula -  homepage 'http://mth.github.com/yeti/' +  homepage 'http://mth.github.io/yeti/'    url 'https://github.com/mth/yeti/archive/v0.9.7.tar.gz'    sha1 'ae1f86f7e18ee05cb6f9a9f1320d7f833d0bdd56' diff --git a/Library/Formula/yle-dl.rb b/Library/Formula/yle-dl.rb index 367993239..aa1a5dedf 100644 --- a/Library/Formula/yle-dl.rb +++ b/Library/Formula/yle-dl.rb @@ -1,7 +1,7 @@  require 'formula'  class YleDl < Formula -  homepage 'http://aajanki.github.com/yle-dl/' +  homepage 'http://aajanki.github.io/yle-dl/'    url 'https://github.com/downloads/aajanki/yle-dl/yle-dl-2.0.2.tar.gz'    sha1 'c48866daf24e9f427184c8bc51a018d250a003cf' diff --git a/Library/Formula/youtube-dl.rb b/Library/Formula/youtube-dl.rb index e2242c871..cb4f80988 100644 --- a/Library/Formula/youtube-dl.rb +++ b/Library/Formula/youtube-dl.rb @@ -1,7 +1,7 @@  require 'formula'  class YoutubeDl < Formula -  homepage 'http://rg3.github.com/youtube-dl/' +  homepage 'http://rg3.github.io/youtube-dl/'    url 'http://youtube-dl.org/downloads/2013.03.29/youtube-dl-2013.03.29.tar.gz'    sha1 '7dd68fcee929296199c5a38460182880012e3cd6' diff --git a/Library/Formula/zint.rb b/Library/Formula/zint.rb index 0b8cf2bdc..1485e8f17 100644 --- a/Library/Formula/zint.rb +++ b/Library/Formula/zint.rb @@ -1,7 +1,7 @@  require 'formula'  class Zint < Formula -  homepage 'http://zint.github.com/' +  homepage 'http://zint.github.io/'    url 'https://github.com/downloads/zint/zint/zint-2.4.3.tar.gz'    sha1 '300732d03c77ccf1031c485a20f09b51495ef5a3' | 
