diff options
| author | Viktor Szakats | 2015-04-25 13:34:16 +0200 |
|---|---|---|
| committer | Brett Koonce | 2015-04-25 09:34:00 -0700 |
| commit | 1e1b7ef52806a7c0fb0e5fa896fae1f6c2b7eeb2 (patch) | |
| tree | e1d9268dbb456e3f3b4c3f8ef2574cfecde153da | |
| parent | 15943cea947ab3dc715b32f1c0d1e8e99fd90e42 (diff) | |
| download | homebrew-1e1b7ef52806a7c0fb0e5fa896fae1f6c2b7eeb2.tar.bz2 | |
libgsf: use canonical gnome https url
Closes #39044.
Signed-off-by: Brett Koonce <koonce@gmail.com>
| -rw-r--r-- | Library/Formula/libgsf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libgsf.rb b/Library/Formula/libgsf.rb index 4a0613631..93a24adfc 100644 --- a/Library/Formula/libgsf.rb +++ b/Library/Formula/libgsf.rb @@ -1,6 +1,6 @@ class Libgsf < Formula homepage "https://developer.gnome.org/gsf/" - url "http://ftp.acc.umu.se/pub/GNOME/sources/libgsf/1.14/libgsf-1.14.33.tar.xz" + url "https://download.gnome.org/sources/libgsf/1.14/libgsf-1.14.33.tar.xz" sha256 "82dd38e0c1f497704bf3b43682fca2768886058f004b14e9b5d103596f8c6e6b" head do |
