diff options
Diffstat (limited to 'development/glm/glm.SlackBuild')
-rw-r--r-- | development/glm/glm.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/glm/glm.SlackBuild b/development/glm/glm.SlackBuild index 8ec27426a1..4fad43c164 100644 --- a/development/glm/glm.SlackBuild +++ b/development/glm/glm.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for glm -# Copyright Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2012-2015 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=glm -VERSION=${VERSION:-0.9.4.6} +VERSION=${VERSION:-0.9.6.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |