aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2014-06-22 18:35:06 -0700
committerBrett Koonce2014-06-22 23:30:09 -0700
commitf83b8c43379f1e28606483c5a1e540d519df7bf1 (patch)
tree258b408cb6a0d4750fdfc0b567775c6bf001e151 /Library
parentfce1f2c67d6d1ec01e30665a9015661b41499374 (diff)
downloadhomebrew-f83b8c43379f1e28606483c5a1e540d519df7bf1.tar.bz2
glm 0.9.5.4
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/glm.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/glm.rb b/Library/Formula/glm.rb
index bc812841e..fe22d2e46 100644
--- a/Library/Formula/glm.rb
+++ b/Library/Formula/glm.rb
@@ -1,12 +1,12 @@
-require 'formula'
+require "formula"
class Glm < Formula
- homepage 'http://glm.g-truc.net/'
- url 'https://downloads.sourceforge.net/project/ogl-math/glm-0.9.5.3/glm-0.9.5.3.zip'
- sha1 'e5035b496390b0f05afc823f3930186139c9b2bf'
- head 'https://github.com/Groovounet/glm.git'
+ 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"
+ head "https://github.com/Groovounet/glm.git"
def install
- include.install 'glm'
+ include.install "glm"
end
end