Skip to content

Commit

Permalink
Merge branch 'master' into libmupdf-add-ocr
Browse files Browse the repository at this point in the history
  • Loading branch information
simon987 committed Jul 1, 2023
2 parents 9b748d4 + fd01506 commit fe85b16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion ports/libmupdf/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"license": "AGPL-3.0-only",
"supports": "!osx",
"dependencies": [
"curl",
{
"name": "curl",
"default-features": false,
"features": ["openssl"]
},
"freetype",
"glfw3",
"gumbo",
Expand Down
4 changes: 2 additions & 2 deletions ports/mongoose/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO cesanta/mongoose
REF "${VERSION}"
SHA512 d4e3d7100c3a25f2792bd4d8aef7fbc9a038025b4afe59627bbe2f3ba6eac4143729a6a81189775c43dfa7487db956245a9fbef89836f46d9ddb7650fb8c8119
REF d5993ba27ece4b406c230eca63b76dd5d2c28a2d
SHA512 b5633ae2845d6000549f84dd4933064c8ba6eedc37004666fa2de428e31df2f2ba2422a4434b001629be7bb52b94c52ed62e904231f39fc12074158d85ed145d
HEAD_REF master
)

Expand Down

0 comments on commit fe85b16

Please sign in to comment.