diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2015-03-09 19:21:10 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-14 16:55:49 +0700 |
commit | 3c0fedff48e5175acdcdca756170486fe120715d (patch) | |
tree | 1a50105fb6c5381dbac77a741cd0bb1547745801 /development/glm/glm.SlackBuild | |
parent | 6762b40c3549876c696538cf7698fb1df6160fc7 (diff) |
development/glm: Updated for version 0.9.6.3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
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 8ec27426a1f0..4fad43c16467 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} |