diff options
| author | Triglav | 2014-12-20 00:24:19 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-12-20 11:39:22 -0500 |
| commit | c609f81c0e1b6f3928a72e34ff90d74a051158db (patch) | |
| tree | e712bf6b074c420fba3492395d513ee01709e3c1 /Library/Formula | |
| parent | cd9de9a9fcd6b962d03a12a98056f03315ea11d1 (diff) | |
| download | homebrew-c609f81c0e1b6f3928a72e34ff90d74a051158db.tar.bz2 | |
glm 0.9.6.1
Closes #35141.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/glm.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/glm.rb b/Library/Formula/glm.rb index f5b49a1d3..bf7d66d0f 100644 --- a/Library/Formula/glm.rb +++ b/Library/Formula/glm.rb @@ -2,8 +2,8 @@ require "formula" class Glm < Formula homepage "http://glm.g-truc.net/" - url "https://downloads.sourceforge.net/project/ogl-math/glm-0.9.5.4/glm-0.9.5.4.zip" - sha1 "d9666b5b013d374c7d1a498c9495f7142f6fe9d3" + url "https://downloads.sourceforge.net/project/ogl-math/glm-0.9.6.1/glm-0.9.6.1.zip" + sha1 "9ce9ee54eebed923416ae8269e7afb9aa7e75b46" head "https://github.com/g-truc/glm.git" def install |
