glfw 2.7.7

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Brett Koonce 2012-11-16 16:13:20 -06:00 committed by Adam Vandenberg
parent d2e1dbfd37
commit 31b0d32292
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Glfw < Formula
homepage 'http://www.glfw.org/'
url 'http://downloads.sourceforge.net/project/glfw/glfw/2.7.6/glfw-2.7.6.tar.bz2'
sha1 '1c278a6b9e3622eabc9b5b5e9eff3bc29437955d'
url 'http://downloads.sourceforge.net/project/glfw/glfw/2.7.7/glfw-2.7.7.tar.bz2'
sha1 'fce3baff5ae8ca8583fe91e63a23c3aad593b016'
def install
system 'make', "PREFIX=#{prefix}", 'cocoa-dist-install'