homebrew-core/Formula/glm.rb
Victor Martinez 8dc451e3e2 Fixed several broken sourceforge.net download locations
Closes Homebrew/homebrew#20645.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-30 12:17:57 -07:00

12 lines
309 B
Ruby

require 'formula'
class Glm < Formula
homepage 'http://glm.g-truc.net/'
url 'http://downloads.sourceforge.net/project/ogl-math/glm-0.9.4.3/glm-0.9.4.3.zip'
sha1 '229f0ac8c9148ade0d466943efc18cdad53d14db'
head 'https://github.com/Groovounet/glm.git'
def install
include.install 'glm'
end
end