Skip to content

Commit

Permalink
Update libplist
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed Oct 22, 2023
1 parent 46f605c commit 533dca3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ else()
FetchContent_Declare(
plist_proj
GIT_REPOSITORY https://github.com/Dadoum/libplist-d
GIT_TAG d4b3793d9ff5f64325cd1cedb2ced31b51523ec1
GIT_TAG 30d152e88767611e10048b25777ecb5f9075f87c
PATCH_COMMAND ${DUB_DIRECTORY}/CMakeTmp/DubToCMake -c static -s plist-d
)
FetchContent_MakeAvailable(plist_proj)
Expand Down
2 changes: 1 addition & 1 deletion dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ configuration "plist-d" {

configuration "libplist" {
versions "LibPlist"
dependency "plist-d" repository="git+https://github.com/Dadoum/libplist-d.git" version="d4b3793d9ff5f64325cd1cedb2ced31b51523ec1"
dependency "plist-d" repository="git+https://github.com/Dadoum/libplist-d.git" version="30d152e88767611e10048b25777ecb5f9075f87c"
}

subPackage {
Expand Down
2 changes: 1 addition & 1 deletion dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"handy-httpd": "5.2.1",
"httparsed": "1.2.1",
"plist": "~master",
"plist-d": {"version":"a0f5b393e517ef236263184d9002670b82a00401","repository":"git+https://github.com/Dadoum/libplist-d.git"},
"plist-d": {"version":"30d152e88767611e10048b25777ecb5f9075f87c","repository":"git+https://github.com/Dadoum/libplist-d.git"},
"requests": "2.0.9",
"slf4d": "2.1.1",
"test_allocator": "0.3.4",
Expand Down

0 comments on commit 533dca3

Please sign in to comment.