glm 0.9.7.4
Closes Homebrew/homebrew#50448. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
63260e7296
commit
ef0053953e
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Glm < Formula
|
||||
desc "C++ mathematics library for graphics software"
|
||||
homepage "http://glm.g-truc.net/"
|
||||
url "https://github.com/g-truc/glm/releases/download/0.9.7.1/glm-0.9.7.1.zip"
|
||||
sha256 "aa1a504e991bbe33a32f394de8d39d43cc800cbb3d99c2fa75b4a473eba606db"
|
||||
url "https://github.com/g-truc/glm/releases/download/0.9.7.4/glm-0.9.7.4.zip"
|
||||
sha256 "d48a0d732776b0fbfd17f01c830a08b50f07a3226f0cab95fcca5591982a43f2"
|
||||
|
||||
head "https://github.com/g-truc/glm.git"
|
||||
|
||||
|
|
Loading…
Reference in a new issue