glm: update to 0.9.8.2.

This commit is contained in:
Michael Gehring 2016-11-01 21:27:48 +01:00
parent a8297de9e3
commit e5c5db2a5a

View file

@ -1,7 +1,7 @@
# Template file for 'glm' # Template file for 'glm'
pkgname=glm pkgname=glm
version=0.9.8.1 version=0.9.8.2
revision=2 revision=1
noarch=yes noarch=yes
build_style=cmake build_style=cmake
hostmakedepends="unzip" hostmakedepends="unzip"
@ -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=b27246788d2020c48f146ff84396a6b93001e5bea42c18f8beceaa5c452c5751 checksum=760cc94d5d2cd1925a4e85dbc3e3ca4195bca7331d54386e67dff721c2ef0ce5
wrksrc=${pkgname} wrksrc=${pkgname}
post_install() { post_install() {