development/glm: Updated for version 0.9.9.5.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
cc6d026675
commit
0f350f7966
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for glm
|
||||
|
||||
# Copyright 2012-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# Copyright 2012-2019 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=glm
|
||||
VERSION=${VERSION:-0.9.9.2}
|
||||
VERSION=${VERSION:-0.9.9.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="glm"
|
||||
VERSION="0.9.9.2"
|
||||
VERSION="0.9.9.5"
|
||||
HOMEPAGE="http://glm.g-truc.net/"
|
||||
DOWNLOAD="https://github.com/g-truc/glm/archive/0.9.9.2/glm-0.9.9.2.tar.gz"
|
||||
MD5SUM="50fac6a1d4b26877e68b2cc9cade1303"
|
||||
DOWNLOAD="https://github.com/g-truc/glm/archive/0.9.9.5/glm-0.9.9.5.tar.gz"
|
||||
MD5SUM="e06e859bd80c5d6042f5c53630f385ec"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue