diff options
| author | Viktor Szakats | 2015-04-25 13:58:49 +0200 |
|---|---|---|
| committer | Brett Koonce | 2015-04-25 09:36:35 -0700 |
| commit | 9cecb519c7829aaa4be6ee4aef919566b39a7119 (patch) | |
| tree | 9990ada9e6402c0269e646689e660f25318f22eb /Library | |
| parent | 8f640e42fdb2383105ddba34cf908fa405b5acf9 (diff) | |
| download | homebrew-9cecb519c7829aaa4be6ee4aef919566b39a7119.tar.bz2 | |
atk: use canonical gnome url
Closes #39052.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/atk.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/atk.rb b/Library/Formula/atk.rb index cd0bb464c..6065f6c5d 100644 --- a/Library/Formula/atk.rb +++ b/Library/Formula/atk.rb @@ -1,6 +1,6 @@ class Atk < Formula homepage "https://library.gnome.org/devel/atk/" - url "http://ftp.gnome.org/pub/gnome/sources/atk/2.16/atk-2.16.0.tar.xz" + url "https://download.gnome.org/sources/atk/2.16/atk-2.16.0.tar.xz" sha256 "095f986060a6a0b22eb15eef84ae9f14a1cf8082488faa6886d94c37438ae562" bottle do |
