diff options
| author | Tim D. Smith | 2015-02-02 10:45:07 -0800 |
|---|---|---|
| committer | Tim D. Smith | 2015-02-02 10:45:07 -0800 |
| commit | 98ae4e050c27811f4fa3943558821ee5af11202f (patch) | |
| tree | cad6c47f9a9c8e8329555daedb94f919f31e34ff /Library/Formula/pygobject3.rb | |
| parent | 3ca38e8b722593caba567594de09be39701490c0 (diff) | |
| download | homebrew-98ae4e050c27811f4fa3943558821ee5af11202f.tar.bz2 | |
pygobject3: use https url for homepage
Diffstat (limited to 'Library/Formula/pygobject3.rb')
| -rw-r--r-- | Library/Formula/pygobject3.rb | 8 |
1 files changed, 3 insertions, 5 deletions
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' |
