diff --git a/ports/stb/portfile.cmake b/ports/stb/portfile.cmake index e08f6504c31..6eda59677a4 100644 --- a/ports/stb/portfile.cmake +++ b/ports/stb/portfile.cmake @@ -6,7 +6,7 @@ vcpkg_from_github( HEAD_REF master ) -file(GLOB HEADER_FILES "${SOURCE_PATH}/*.h") +file(GLOB HEADER_FILES "${SOURCE_PATH}/*.h" "${SOURCE_PATH}/stb_vorbis.c") file(COPY ${HEADER_FILES} DESTINATION "${CURRENT_PACKAGES_DIR}/include") file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/FindStb.cmake" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}") diff --git a/ports/stb/vcpkg.json b/ports/stb/vcpkg.json index 921b56feaea..e1057165f79 100644 --- a/ports/stb/vcpkg.json +++ b/ports/stb/vcpkg.json @@ -1,6 +1,7 @@ { "name": "stb", "version-date": "2023-04-11", + "port-version": 1, "description": "public domain header-only libraries", "homepage": "https://github.com/nothings/stb", "license": "MIT OR CC-PDDC" diff --git a/versions/baseline.json b/versions/baseline.json index 7667cb8421d..26b47942d00 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7626,7 +7626,7 @@ }, "stb": { "baseline": "2023-04-11", - "port-version": 0 + "port-version": 1 }, "stdexec": { "baseline": "2023-03-05", diff --git a/versions/s-/stb.json b/versions/s-/stb.json index 88aaf9aa489..9e3985c56ed 100644 --- a/versions/s-/stb.json +++ b/versions/s-/stb.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "acd9c2bf96a3e32fbf629b1bfd6cba4827761069", + "version-date": "2023-04-11", + "port-version": 1 + }, { "git-tree": "4da95279f1989ddca993d095fcd2c0e245c8b5d6", "version-date": "2023-04-11",