Skip to content

Commit

Permalink
[tinydir] update to 1.2.6 (microsoft#37822)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua authored Mar 30, 2024
1 parent 7deb05d commit cfae61d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/tinydir/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 cxong/tinydir
REF 1.2.5
SHA512 d86a8709b92c9b6847bd85b4b307a411edf30156a06557641a051f74a7c19898451616772ee53ad2d8fc6c2ea2285c4c4edf2197f36cf48ede6d539d24ebb2cf
REF "${VERSION}"
SHA512 6153bdded49e246a39fb8809749b9d44a67a52a494f5840730905dc83485afadea4c727df1b9e9d308d83c2a7d0277267df7758c4bf6c6d256647d3686cbead8
HEAD_REF master
)
file(INSTALL "${SOURCE_PATH}/tinydir.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
Expand Down
2 changes: 1 addition & 1 deletion ports/tinydir/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinydir",
"version": "1.2.5",
"version": "1.2.6",
"description": "Lightweight, portable and easy to integrate C directory and file reader",
"homepage": "https://github.com/cxong/tinydir",
"license": "BSD-2-Clause"
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8633,7 +8633,7 @@
"port-version": 3
},
"tinydir": {
"baseline": "1.2.5",
"baseline": "1.2.6",
"port-version": 0
},
"tinyexif": {
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/tinydir.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "434f6bd4f050550777da90ba140a0bf98de978f7",
"version": "1.2.6",
"port-version": 0
},
{
"git-tree": "15a20b060889d83539141c2b42ee7d856e9ab76f",
"version": "1.2.5",
Expand Down

0 comments on commit cfae61d

Please sign in to comment.