Skip to content

Commit

Permalink
Update libplist
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed Oct 20, 2023
1 parent f45639d commit 90f5c9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 d494cf3fe79a2bb20583173c0c8cf85ef33b719e
GIT_TAG d4b3793d9ff5f64325cd1cedb2ced31b51523ec1
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="a0f5b393e517ef236263184d9002670b82a00401"
dependency "plist-d" repository="git+https://github.com/Dadoum/libplist-d.git" version="d4b3793d9ff5f64325cd1cedb2ced31b51523ec1"
}

subPackage {
Expand Down

0 comments on commit 90f5c9d

Please sign in to comment.