diff options
Diffstat (limited to 'Library/Formula')
| -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' |
