diff options
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 8605e5ca5..f7247a564 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://sourceforge.net/projects/ogl-math/files/glm-0.9.4.0/glm-0.9.4.0.zip' - sha1 '0c39e10aca7b52d37a50c5885e3330221e49c98d' + url 'http://sourceforge.net/projects/ogl-math/files/glm-0.9.4.1/glm-0.9.4.1.zip' + sha1 '4fef78bf354cf75635760f405af60b43641764d6' head 'https://github.com/Groovounet/glm.git' def install |
