Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Use HTTP for gnome URLs
Browse files Browse the repository at this point in the history
c.f. #10377.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed Sep 5, 2012
1 parent 11bbe1f commit 32e20f8
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Library/Formula/clutter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class Clutter < Formula
homepage 'http://clutter-project.org/'
url 'http://download.gnome.org/sources/clutter/1.10/clutter-1.10.8.tar.xz'
url 'http://ftp.gnome.org/pub/gnome/sources/clutter/1.10/clutter-1.10.8.tar.xz'
sha256 '7c08c2deff62c134c1a3d18e04dcb6fbae4bbc541c800638b9fc3d71fe4a64bf'

depends_on 'pkg-config' => :build
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/cogl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class Cogl < Formula
homepage 'http://wiki.clutter-project.org/wiki/Cogl'
url 'http://download.gnome.org/sources/cogl/1.10/cogl-1.10.4.tar.xz'
url 'http://ftp.gnome.org/pub/gnome/sources/cogl/1.10/cogl-1.10.4.tar.xz'
sha256 '0b5c9989f1d07dbda000a68640eb7ebf734513d52e3707668c41eed19991adf9'

head 'git://git.gnome.org/cogl'
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/esound.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
require 'formula'

class Esound < Formula
url 'http://ftp.gnome.org/pub/gnome/sources/esound/0.2/esound-0.2.41.tar.bz2'
homepage 'http://www.tux.org/~ricdude/EsounD.html'
url 'http://ftp.gnome.org/pub/gnome/sources/esound/0.2/esound-0.2.41.tar.bz2'
sha1 '6c343483b3789f439277935eaad7e478bee685ea'

depends_on 'pkg-config' => :build
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/glib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class Glib < Formula
homepage 'http://developer.gnome.org/glib/'
url 'ftp://ftp.gnome.org/pub/gnome/sources/glib/2.32/glib-2.32.4.tar.xz'
url 'http://ftp.gnome.org/pub/gnome/sources/glib/2.32/glib-2.32.4.tar.xz'
sha256 'a5d742a4fda22fb6975a8c0cfcd2499dd1c809b8afd4ef709bda4d11b167fae2'

option :universal
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/gmime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class Gmime < Formula
homepage 'http://spruce.sourceforge.net/gmime/'
url 'ftp://ftp.gnome.org/pub/GNOME/sources/gmime/2.4/gmime-2.4.24.tar.bz2'
url 'http://ftp.gnome.org/pub/GNOME/sources/gmime/2.4/gmime-2.4.24.tar.bz2'
sha256 'e1255dc565416b65e6f8e7b207074b86d955897169eb19a975e90b34ae660c14'

depends_on 'pkg-config' => :build
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/gnome-doc-utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class GnomeDocUtils < Formula
homepage 'https://live.gnome.org/GnomeDocUtils'
url 'ftp://ftp.gnome.org/pub/gnome/sources/gnome-doc-utils/0.20/gnome-doc-utils-0.20.10.tar.xz'
url 'http://ftp.gnome.org/pub/gnome/sources/gnome-doc-utils/0.20/gnome-doc-utils-0.20.10.tar.xz'
sha256 'cb0639ffa9550b6ddf3b62f3b1add92fb92ab4690d351f2353cffe668be8c4a6'

depends_on 'pkg-config' => :build
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/json-glib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class JsonGlib < Formula
homepage 'http://live.gnome.org/JsonGlib'
url 'ftp://ftp.gnome.org/pub/GNOME/sources/json-glib/0.14/json-glib-0.14.2.tar.bz2'
url 'http://ftp.gnome.org/pub/GNOME/sources/json-glib/0.14/json-glib-0.14.2.tar.bz2'
sha256 'b62cb148ae49d30d8ad807912ba3c7cf189459e2d75233620aae411cf8ea6c04'

depends_on 'glib'
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/libgnomecanvas.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class Libgnomecanvas < Formula
homepage 'http://developer.gnome.org/libgnomecanvas/2.30/'
url 'ftp://ftp.gnome.org/pub/gnome/sources/libgnomecanvas/2.30/libgnomecanvas-2.30.3.tar.bz2'
url 'http://ftp.gnome.org/pub/gnome/sources/libgnomecanvas/2.30/libgnomecanvas-2.30.3.tar.bz2'
sha256 '859b78e08489fce4d5c15c676fec1cd79782f115f516e8ad8bed6abcb8dedd40'

depends_on 'pkg-config' => :build
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/libunique.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class Libunique < Formula
homepage 'http://live.gnome.org/LibUnique'
url 'ftp://ftp.gnome.org/pub/GNOME/sources/libunique/3.0/libunique-3.0.2.tar.bz2'
url 'http://ftp.gnome.org/pub/GNOME/sources/libunique/3.0/libunique-3.0.2.tar.bz2'
sha256 '50269a87c7aabf1e25f01b3bbb280133138ffd7b6776289894c614a4b6ca968d'

depends_on 'pkg-config' => :build
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/orbit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class Orbit < Formula
homepage 'http://projects.gnome.org/ORBit2/'
url 'ftp://ftp.gnome.org/pub/gnome/sources/ORBit2/2.14/ORBit2-2.14.19.tar.bz2'
url 'http://ftp.gnome.org/pub/gnome/sources/ORBit2/2.14/ORBit2-2.14.19.tar.bz2'
sha256 '55c900a905482992730f575f3eef34d50bda717c197c97c08fa5a6eafd857550'

depends_on 'pkg-config' => :build
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/pygobject.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
require 'formula'

class Pygobject < Formula
url 'http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.28/pygobject-2.28.6.tar.bz2'
homepage 'http://live.gnome.org/PyGObject'
url 'http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.28/pygobject-2.28.6.tar.bz2'
sha1 '4eda7d2b97f495a2ad7d4cdc234d08ca5408d9d5'

depends_on 'pkg-config' => :build
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/vala.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class Vala < Formula
homepage 'http://live.gnome.org/Vala'
url 'http://download.gnome.org/sources/vala/0.17/vala-0.17.5.tar.xz'
url 'http://ftp.gnome.org/pub/gnome/sources/vala/0.17/vala-0.17.5.tar.xz'
sha1 'bb62b8bf7374d84e1479b4756c3a4fad8c352df0'

head 'git://git.gnome.org/vala'
Expand Down

0 comments on commit 32e20f8

Please sign in to comment.