aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/clutter.rb
diff options
context:
space:
mode:
authorJack Nagel2014-04-03 09:25:42 -0500
committerJack Nagel2014-04-03 09:29:23 -0500
commitbabba47ec1319ae113a6c43d15de14b5f569cfd9 (patch)
tree98c9e9d33c2caeb72e092b17e20610509e24ffea /Library/Formula/clutter.rb
parent78817936f368c054c08c4be13293ae409061716a (diff)
downloadhomebrew-babba47ec1319ae113a6c43d15de14b5f569cfd9.tar.bz2
Revert "Use download.gnome.org instead of ftp.gnome.org"
This reverts commit 90575346225fd0c16475ad74ee53b37b62715f0c. Closes #28026.
Diffstat (limited to 'Library/Formula/clutter.rb')
-rw-r--r--Library/Formula/clutter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/clutter.rb b/Library/Formula/clutter.rb
index db3182887..9e1377251 100644
--- a/Library/Formula/clutter.rb
+++ b/Library/Formula/clutter.rb
@@ -2,7 +2,7 @@ require 'formula'
class Clutter < Formula
homepage 'https://wiki.gnome.org/Clutter'
- url 'http://download.gnome.org/sources/clutter/1.14/clutter-1.14.4.tar.xz'
+ url 'http://ftp.gnome.org/pub/gnome/sources/clutter/1.14/clutter-1.14.4.tar.xz'
sha256 'c996d91fff6fff24d9e23dcd545439ebc6b999fb1cf9ee44c28ca54c49c0ee1c'
option 'without-x', 'Build without X11 support'