From 25b692bf3d7ce37f2851a53ba15dc5d8aba103d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Ara=C3=BAjo?= Date: Mon, 13 Feb 2017 20:55:24 -0300 Subject: [PATCH] glew: fix audit --warning --- Formula/glew.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/glew.rb b/Formula/glew.rb index ff1cb0bce2e..08f84c3c835 100644 --- a/Formula/glew.rb +++ b/Formula/glew.rb @@ -1,6 +1,6 @@ class Glew < Formula desc "OpenGL Extension Wrangler Library" - homepage "http://glew.sourceforge.net/" + homepage "https://glew.sourceforge.io/" url "https://downloads.sourceforge.net/project/glew/glew/2.0.0/glew-2.0.0.tgz" sha256 "c572c30a4e64689c342ba1624130ac98936d7af90c3103f9ce12b8a0c5736764" head "https://github.com/nigels-com/glew.git"