Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/glm/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'glm'
pkgname=glm
version=1.0.1
version=1.0.3
revision=1
build_style=cmake
hostmakedepends="unzip"
Expand All @@ -10,7 +10,7 @@ license="MIT"
homepage="http://glm.g-truc.net"
distfiles="https://github.com/g-truc/glm/releases/download/${version}/glm-${version}-light.zip"
distfiles="https://github.com/g-truc/glm/archive/refs/tags/${version}.tar.gz"
checksum=9f3174561fd26904b23f0db5e560971cbf9b3cbda0b280f04d5c379d03bf234c
checksum=6775e47231a446fd086d660ecc18bcd076531cfedd912fbd66e576b118607001

post_install() {
vlicense copying.txt LICENSE
Expand Down