aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorViktor Szakáts2015-04-01 01:53:25 +0200
committerMike McQuaid2015-04-01 08:29:14 +0100
commit9a5aaa04765d34a6cb495336765c7f56bbf96c78 (patch)
tree3faf3b6fe85842ac2f86e8cca17528e05280b4c9 /Library
parentbbca2af757475ceb7742b158da1273c2e576327d (diff)
downloadhomebrew-9a5aaa04765d34a6cb495336765c7f56bbf96c78.tar.bz2
cogl: https homepage and git repo url
Closes #38251. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cogl.rb4
1 files changed, 2 insertions, 2 deletions
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