From 03b4898bba52b6d18ee26cb6fbded1241a9db500 Mon Sep 17 00:00:00 2001 From: nibbles 2bits Date: Tue, 17 Apr 2012 20:56:27 -0700 Subject: glfw 2.7.5, build shared library Upgrade glfw to version 2.7.5. Change the make target to `cocoa-dist-install` so that it builds the shared library also. Closes #11717. Signed-off-by: Jack Nagel --- Library/Formula/glfw.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/glfw.rb b/Library/Formula/glfw.rb index 18a8c86ee..e98ceafee 100644 --- a/Library/Formula/glfw.rb +++ b/Library/Formula/glfw.rb @@ -2,10 +2,10 @@ require 'formula' class Glfw < Formula homepage 'http://www.glfw.org/' - url 'http://downloads.sourceforge.net/project/glfw/glfw/2.7.3/glfw-2.7.3.tar.bz2' - md5 'f0e40049cc3ef30cb145047a7631ab3f' + url 'http://downloads.sourceforge.net/project/glfw/glfw/2.7.5/glfw-2.7.5.tar.bz2' + sha1 '5a2415436dbba4c2b1f5ee29bcfed449b4ec98a0' def install - system "make", "PREFIX=#{prefix}", "cocoa-install" + system 'make', "PREFIX=#{prefix}", 'cocoa-dist-install' end end -- cgit v1.2.3