From 98ae4e050c27811f4fa3943558821ee5af11202f Mon Sep 17 00:00:00 2001 From: Tim D. Smith Date: Mon, 2 Feb 2015 10:45:07 -0800 Subject: pygobject3: use https url for homepage --- Library/Formula/pygobject3.rb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/pygobject3.rb b/Library/Formula/pygobject3.rb index 89ce8de5e..2d735dd99 100644 --- a/Library/Formula/pygobject3.rb +++ b/Library/Formula/pygobject3.rb @@ -1,9 +1,7 @@ -require 'formula' - class Pygobject3 < Formula - homepage 'http://live.gnome.org/PyGObject' - url 'http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.14/pygobject-3.14.0.tar.xz' - sha256 '779effa93f4b59cdb72f4ab0128fb3fd82900bf686193b570fd3a8ce63392d54' + homepage "https://live.gnome.org/PyGObject" + url "http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.14/pygobject-3.14.0.tar.xz" + sha256 "779effa93f4b59cdb72f4ab0128fb3fd82900bf686193b570fd3a8ce63392d54" option 'with-tests', 'run tests' -- cgit v1.2.3