glm: update to 0.9.7.4.
This commit is contained in:
parent
7928bd1462
commit
347589b57e
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'glm'
|
# Template file for 'glm'
|
||||||
pkgname=glm
|
pkgname=glm
|
||||||
version=0.9.7.3
|
version=0.9.7.4
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
hostmakedepends="unzip"
|
hostmakedepends="unzip"
|
||||||
|
@ -9,7 +9,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=3c0a07319957fdd6dd4cc6a35e3a787e9c78ddb668febe6597987f55fe0a30cd
|
checksum=d48a0d732776b0fbfd17f01c830a08b50f07a3226f0cab95fcca5591982a43f2
|
||||||
wrksrc=${pkgname}
|
wrksrc=${pkgname}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in New Issue