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

[stb] Update to 2024-07-29 #40860

Merged
Merged
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/stb/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 nothings/stb
REF 5736b15f7ea0ffb08dd38af21067c314d6a3aae9 # committed on 2023-04-11
SHA512 55bc75284cf8a092c527d1ae18c461c9d0ab6aacdcf3b873abde54c06d9b8a0ae249ce47c7ad25809e075bfbb58e9c879d43e1df2708083860c07ac3bbb30d60
REF f75e8d1cad7d90d72ef7a4661f1b994ef78b4e31 # committed on 2024-07-29
SHA512 4a733aefb816a366c999663e3d482144616721b26c321ee5dd0dce611a34050b6aef97d46bd2c4f8a9631d83b097491a7ce88607fd9493d880aaa94567a68cce
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/stb/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stb",
"version-date": "2023-04-11",
"version-date": "2024-07-29",
"port-version": 1,
"description": "public domain header-only libraries",
"homepage": "https://github.com/nothings/stb",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8593,7 +8593,7 @@
"port-version": 3
},
"stb": {
"baseline": "2023-04-11",
"baseline": "2024-07-29",
"port-version": 1
},
"stdexec": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/stb.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c362152d1d02973e7b1ce777960f8a6876656560",
"version-date": "2024-07-29",
"port-version": 1
},
{
"git-tree": "acd9c2bf96a3e32fbf629b1bfd6cba4827761069",
"version-date": "2023-04-11",
Expand Down