mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/glm: Updated for version 0.9.6.3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
6762b40c35
commit
3c0fedff48
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="glm"
|
||||
VERSION="0.9.4.6"
|
||||
VERSION="0.9.6.3"
|
||||
HOMEPAGE="http://glm.g-truc.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/ogl-math/glm-0.9.4.6.zip"
|
||||
MD5SUM="a6867c2f27da0635b80b54efa8617504"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/ogl-math/glm-0.9.6.3.zip"
|
||||
MD5SUM="acd0b517c37ed25c3f11ee155ee8257e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue