diff options
| author | Jack Nagel | 2014-04-03 09:25:42 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-04-03 09:29:23 -0500 | 
| commit | babba47ec1319ae113a6c43d15de14b5f569cfd9 (patch) | |
| tree | 98c9e9d33c2caeb72e092b17e20610509e24ffea /Library/Formula/vala.rb | |
| parent | 78817936f368c054c08c4be13293ae409061716a (diff) | |
| download | homebrew-babba47ec1319ae113a6c43d15de14b5f569cfd9.tar.bz2 | |
Revert "Use download.gnome.org instead of ftp.gnome.org"
This reverts commit 90575346225fd0c16475ad74ee53b37b62715f0c.
Closes #28026.
Diffstat (limited to 'Library/Formula/vala.rb')
| -rw-r--r-- | Library/Formula/vala.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/vala.rb b/Library/Formula/vala.rb index 26ee269f9..9a8224663 100644 --- a/Library/Formula/vala.rb +++ b/Library/Formula/vala.rb @@ -2,7 +2,7 @@ require 'formula'  class Vala < Formula    homepage 'http://live.gnome.org/Vala' -  url 'http://download.gnome.org/sources/vala/0.23/vala-0.23.3.tar.xz' +  url 'http://ftp.gnome.org/pub/gnome/sources/vala/0.23/vala-0.23.3.tar.xz'    sha1 '77496e829f49b0b718ffc72fe2be8893f8b09f5d'    head 'git://git.gnome.org/vala'  | 
