Skip to content

Commit

Permalink
Update glew to 1.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dak180 committed Jul 20, 2012
1 parent 0bfee18 commit 62c8c72
Showing 1 changed file with 5 additions and 4 deletions.
@@ -1,10 +1,11 @@
#!/bin/sh

DirectorY="glew-1.7.0"
VerLib="1.8.0"
OutDir="glew"
FileName="glew-1.7.0.tgz"
SourceDLP="http://downloads.sourceforge.net/project/glew/glew/1.7.0/glew-1.7.0.tgz"
MD5Sum="fb7a8bb79187ac98a90b57f0f27a3e84"
DirectorY="${OutDir}-${VerLib}"
FileName="${DirectorY}.tgz"
SourceDLP="http://downloads.sourceforge.net/project/glew/glew/${VerLib}/${FileName}"
MD5Sum="07c47ad0253e5d9c291448f1216c8732"

configs/FetchSource.sh "${DirectorY}" "${OutDir}" "${FileName}" "${SourceDLP}" "${MD5Sum}"
exit ${?}

0 comments on commit 62c8c72

Please sign in to comment.