From 9a5aaa04765d34a6cb495336765c7f56bbf96c78 Mon Sep 17 00:00:00 2001 From: Viktor Szakáts Date: Wed, 1 Apr 2015 01:53:25 +0200 Subject: cogl: https homepage and git repo url Closes #38251. Signed-off-by: Mike McQuaid --- Library/Formula/cogl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/cogl.rb b/Library/Formula/cogl.rb index 27d7f98e5..667cb0418 100644 --- a/Library/Formula/cogl.rb +++ b/Library/Formula/cogl.rb @@ -1,7 +1,7 @@ require "formula" class Cogl < Formula - homepage "http://developer.gnome.org/cogl/" + homepage "https://developer.gnome.org/cogl/" url "http://ftp.gnome.org/pub/gnome/sources/cogl/1.18/cogl-1.18.2.tar.xz" sha256 "9278e519d5480eb0379efd48db024e8fdbf93f01dff48a7e756b85b508a863aa" @@ -13,7 +13,7 @@ class Cogl < Formula end head do - url "git://git.gnome.org/cogl" + url "https://git.gnome.org/browse/cogl" depends_on "autoconf" => :build depends_on "automake" => :build depends_on "libtool" => :build -- cgit v1.2.3