math/cglm: Update 0.8.2 -> 0.8.3
Reported by: portscout
This commit is contained in:
parent
4d2b3fff9a
commit
4927f07a0e
@ -1,6 +1,6 @@
|
||||
PORTNAME= cglm
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.8.2
|
||||
DISTVERSION= 0.8.3
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1619747634
|
||||
SHA256 (recp-cglm-v0.8.2_GH0.tar.gz) = b578e3c9d3d93d83001e59c2f1e412043089f05684836f7ea570e9cb8f60df22
|
||||
SIZE (recp-cglm-v0.8.2_GH0.tar.gz) = 231038
|
||||
TIMESTAMP = 1622528000
|
||||
SHA256 (recp-cglm-v0.8.3_GH0.tar.gz) = 3a3f935f9f2ed5a8cb6337e421bf6f3a699a72d8cfe26fde1bbb8fde5c1c8aaf
|
||||
SIZE (recp-cglm-v0.8.3_GH0.tar.gz) = 246664
|
||||
|
@ -10,6 +10,18 @@ include/cglm/call/affine2d.h
|
||||
include/cglm/call/bezier.h
|
||||
include/cglm/call/box.h
|
||||
include/cglm/call/cam.h
|
||||
include/cglm/call/clipspace/ortho_lh_no.h
|
||||
include/cglm/call/clipspace/ortho_lh_zo.h
|
||||
include/cglm/call/clipspace/ortho_rh_no.h
|
||||
include/cglm/call/clipspace/ortho_rh_zo.h
|
||||
include/cglm/call/clipspace/persp_lh_no.h
|
||||
include/cglm/call/clipspace/persp_lh_zo.h
|
||||
include/cglm/call/clipspace/persp_rh_no.h
|
||||
include/cglm/call/clipspace/persp_rh_zo.h
|
||||
include/cglm/call/clipspace/view_lh_no.h
|
||||
include/cglm/call/clipspace/view_lh_zo.h
|
||||
include/cglm/call/clipspace/view_rh_no.h
|
||||
include/cglm/call/clipspace/view_rh_zo.h
|
||||
include/cglm/call/curve.h
|
||||
include/cglm/call/ease.h
|
||||
include/cglm/call/euler.h
|
||||
@ -28,6 +40,21 @@ include/cglm/call/vec3.h
|
||||
include/cglm/call/vec4.h
|
||||
include/cglm/cam.h
|
||||
include/cglm/cglm.h
|
||||
include/cglm/clipspace/ortho_lh_no.h
|
||||
include/cglm/clipspace/ortho_lh_zo.h
|
||||
include/cglm/clipspace/ortho_rh_no.h
|
||||
include/cglm/clipspace/ortho_rh_zo.h
|
||||
include/cglm/clipspace/persp.h
|
||||
include/cglm/clipspace/persp_lh_no.h
|
||||
include/cglm/clipspace/persp_lh_zo.h
|
||||
include/cglm/clipspace/persp_rh_no.h
|
||||
include/cglm/clipspace/persp_rh_zo.h
|
||||
include/cglm/clipspace/view_lh.h
|
||||
include/cglm/clipspace/view_lh_no.h
|
||||
include/cglm/clipspace/view_lh_zo.h
|
||||
include/cglm/clipspace/view_rh.h
|
||||
include/cglm/clipspace/view_rh_no.h
|
||||
include/cglm/clipspace/view_rh_zo.h
|
||||
include/cglm/color.h
|
||||
include/cglm/common.h
|
||||
include/cglm/curve.h
|
||||
@ -62,6 +89,18 @@ include/cglm/struct/affine.h
|
||||
include/cglm/struct/affine2d.h
|
||||
include/cglm/struct/box.h
|
||||
include/cglm/struct/cam.h
|
||||
include/cglm/struct/clipspace/ortho_lh_no.h
|
||||
include/cglm/struct/clipspace/ortho_lh_zo.h
|
||||
include/cglm/struct/clipspace/ortho_rh_no.h
|
||||
include/cglm/struct/clipspace/ortho_rh_zo.h
|
||||
include/cglm/struct/clipspace/persp_lh_no.h
|
||||
include/cglm/struct/clipspace/persp_lh_zo.h
|
||||
include/cglm/struct/clipspace/persp_rh_no.h
|
||||
include/cglm/struct/clipspace/persp_rh_zo.h
|
||||
include/cglm/struct/clipspace/view_lh_no.h
|
||||
include/cglm/struct/clipspace/view_lh_zo.h
|
||||
include/cglm/struct/clipspace/view_rh_no.h
|
||||
include/cglm/struct/clipspace/view_rh_zo.h
|
||||
include/cglm/struct/color.h
|
||||
include/cglm/struct/curve.h
|
||||
include/cglm/struct/euler.h
|
||||
@ -94,5 +133,5 @@ lib/cmake/cglm/cglmConfig-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/cglm/cglmConfig.cmake
|
||||
lib/libcglm.so
|
||||
lib/libcglm.so.0
|
||||
lib/libcglm.so.0.8.2
|
||||
lib/libcglm.so.0.8.3
|
||||
libdata/pkgconfig/cglm.pc
|
||||
|
Loading…
Reference in New Issue
Block a user