gdk-pixbuf: use canonical/https url
Closes Homebrew/homebrew#40822. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
c9bbfc1fe6
commit
d04adca812
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ require 'formula'
|
|||
class GdkPixbuf < Formula
|
||||
desc "Toolkit for image loading and pixel buffer manipulation"
|
||||
homepage 'http://gtk.org'
|
||||
url 'http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/2.30/gdk-pixbuf-2.30.8.tar.xz'
|
||||
url 'https://download.gnome.org/sources/gdk-pixbuf/2.30/gdk-pixbuf-2.30.8.tar.xz'
|
||||
sha256 '4853830616113db4435837992c0aebd94cbb993c44dc55063cee7f72a7bef8be'
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue