Use HTTPS for GitHub HEAD clones
Signed-off-by: Jack Nagel <jacknagel@gmail.com>master
parent
bb5ae48716
commit
2c3b868ca0
|
@ -2,7 +2,7 @@ require 'formula'
|
|||
|
||||
class Growly < Formula
|
||||
homepage 'https://github.com/ryankee/growly'
|
||||
head 'git://github.com/ryankee/growly.git'
|
||||
head 'https://github.com/ryankee/growly.git'
|
||||
url 'https://github.com/downloads/ryankee/growly/growly-v0.2.0.tar.gz'
|
||||
md5 'a3e4922d619cfeb00009dc55163f0974'
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ require 'formula'
|
|||
|
||||
class Jenkins < Formula
|
||||
url 'http://mirrors.jenkins-ci.org/war/1.428/jenkins.war', :using => :nounzip
|
||||
head 'git://github.com/jenkinsci/jenkins.git'
|
||||
head 'https://github.com/jenkinsci/jenkins.git'
|
||||
version '1.428'
|
||||
md5 '5817e09ccc3a2996addeb8f1bc1cb6c8'
|
||||
homepage 'http://jenkins-ci.org'
|
||||
|
|
|
@ -4,7 +4,7 @@ class PegMarkdown < Formula
|
|||
homepage 'https://github.com/jgm/peg-markdown'
|
||||
url 'https://github.com/jgm/peg-markdown/tarball/0.4.12'
|
||||
md5 '9e8d3a4897d0e5be84011ec1d3dd961f'
|
||||
head 'git://github.com/jgm/peg-markdown.git'
|
||||
head 'https://github.com/jgm/peg-markdown.git'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'glib'
|
||||
|
|
|
@ -4,7 +4,7 @@ class Robodoc < Formula
|
|||
url 'http://rfsber.home.xs4all.nl/Robo/robodoc-4.99.41.tar.gz'
|
||||
md5 '986ff954e0ba5a9c407384fc4b05303d'
|
||||
homepage 'http://rfsber.home.xs4all.nl/Robo/robodoc.html'
|
||||
head 'git://github.com/gumpu/ROBODoc'
|
||||
head 'https://github.com/gumpu/ROBODoc.git'
|
||||
|
||||
def install
|
||||
system "autoreconf", "-f", "-i" if ARGV.build_head?
|
||||
|
|
|
@ -5,7 +5,7 @@ class Sickbeard < Formula
|
|||
homepage 'http://www.sickbeard.com/'
|
||||
md5 '3bdcabe963e2622513f3cca2757fa2f0'
|
||||
|
||||
head 'git://github.com/midgetspy/Sick-Beard.git'
|
||||
head 'https://github.com/midgetspy/Sick-Beard.git'
|
||||
|
||||
depends_on 'Cheetah' => :python
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ class TodoTxt < Formula
|
|||
url 'https://github.com/downloads/ginatrapani/todo.txt-cli/todo.txt_cli-2.8.tar.gz'
|
||||
homepage 'http://todotxt.com/'
|
||||
md5 '065b848d0c300dd024a4ece86a68c0fa'
|
||||
head 'git://github.com/ginatrapani/todo.txt-cli.git'
|
||||
head 'https://github.com/ginatrapani/todo.txt-cli.git'
|
||||
|
||||
def install
|
||||
bin.install 'todo.sh'
|
||||
|
|
|
@ -4,7 +4,7 @@ class Vimpager < Formula
|
|||
homepage 'https://github.com/rkitover/vimpager'
|
||||
url 'https://github.com/rkitover/vimpager/tarball/1.5.7'
|
||||
md5 'c266ec2fe974c5431de8ce16c4ab97f6'
|
||||
head 'git://github.com/rkitover/vimpager.git'
|
||||
head 'https://github.com/rkitover/vimpager.git'
|
||||
|
||||
def install
|
||||
inreplace 'vimpager.1', '~/bin/', ''
|
||||
|
|
Loading…
Reference in New Issue