diff options
| -rw-r--r-- | Library/Formula/gtk+.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/gtk+.rb b/Library/Formula/gtk+.rb index b01292a05..a8f359d91 100644 --- a/Library/Formula/gtk+.rb +++ b/Library/Formula/gtk+.rb @@ -1,6 +1,6 @@  class Gtkx < Formula    homepage "http://gtk.org/" -  url "http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.27.tar.xz" +  url "https://download.gnome.org/sources/gtk+/2.24/gtk+-2.24.27.tar.xz"    sha256 "20cb10cae43999732a9af2e9aac4d1adebf2a9c2e1ba147050976abca5cd24f4"    bottle do | 
