diff options
| author | Bruce Mitchener | 2013-06-27 17:32:13 +0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-27 08:06:54 -0700 |
| commit | 580ba052160d77b3c93c9054557db91e40f54ab6 (patch) | |
| tree | ad98e2c704797c27e7f0acee2fbae2659f88ce4a /Library/Formula | |
| parent | c85ea23bed11215070e61a46f22b960d0835eced (diff) | |
| download | homebrew-580ba052160d77b3c93c9054557db91e40f54ab6.tar.bz2 | |
GLFW 2.7.9
Closes #20847.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/glfw.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/glfw.rb b/Library/Formula/glfw.rb index c1f919e6a..46654d2d5 100644 --- a/Library/Formula/glfw.rb +++ b/Library/Formula/glfw.rb @@ -2,8 +2,8 @@ require 'formula' class Glfw < Formula homepage 'http://www.glfw.org/' - url 'http://sourceforge.net/projects/glfw/files/glfw/2.7.8/glfw-2.7.8.zip' - sha1 'b4f51221ffed0a064bb413074544a530ae2751ec' + url 'http://sourceforge.net/projects/glfw/files/glfw/2.7.9/glfw-2.7.9.zip' + sha1 '9356f4e2f50466ec0fff81497ce560d6007474b9' option :universal |
