Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[glm] Bump to 2023-08-18 #34523

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
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 ports/glm/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO g-truc/glm
REF 5c46b9c07008ae65cb81ab79cd677ecc1934b903 # commit on 2023-06-08
SHA512 17315dd05059accf3d4084d35dd037d4001f88a1d91da9a6fd5cedecab652c8bef8efa89cd45e21cd227f964a03408401edc2384c22e50caa449abf71b23fd6a
REF 47585fde0c49fa77a2bf2fb1d2ead06999fd4b6e # commit on 2023-08-18
SHA512 55f7dcd9380bd010b500cd0369dfff2356385da29ce238a99e09007c2d1ae9bb13c01adc1a46bdf957709668f7fe2c7aacf35dd11f446b64445dc6ebfd5850b2
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/glm/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glm",
"version-date": "2023-06-08",
"version-date": "2023-08-18",
"description": "OpenGL Mathematics (GLM)",
"homepage": "https://glm.g-truc.net",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2953,7 +2953,7 @@
"port-version": 1
},
"glm": {
"baseline": "2023-06-08",
"baseline": "2023-08-18",
"port-version": 0
},
"globjects": {
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/glm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8d3d2a050959330a71aba2e177f3f4132f2ce5ae",
"version-date": "2023-08-18",
"port-version": 0
},
{
"git-tree": "6687c48e237aab1c30cf4c589d08f698f73cf178",
"version-date": "2023-06-08",
Expand Down