glm: update to 0.9.8.0.
This commit is contained in:
parent
75c1eca1eb
commit
16661e0eea
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'glm'
|
# Template file for 'glm'
|
||||||
pkgname=glm
|
pkgname=glm
|
||||||
version=0.9.7.6
|
version=0.9.8.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -10,7 +10,7 @@ license="MIT"
|
||||||
short_desc="A C++ mathematics library for graphics programming"
|
short_desc="A C++ mathematics library for graphics programming"
|
||||||
homepage="http://glm.g-truc.net"
|
homepage="http://glm.g-truc.net"
|
||||||
distfiles="https://github.com/g-truc/glm/releases/download/${version}/glm-${version}.zip"
|
distfiles="https://github.com/g-truc/glm/releases/download/${version}/glm-${version}.zip"
|
||||||
checksum=3994944787fe30a64bc44bfefd11a8e3161bccecf89dd6a7dfaeebbd183abca2
|
checksum=ce084bb133639e83eb94358ce52c28694c551501c2c778373c29612bb5e5dda8
|
||||||
wrksrc=${pkgname}
|
wrksrc=${pkgname}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue