Skip to content

Commit

Permalink
Merge pull request ruslo#1263 from xsacha/xml-2.9.7
Browse files Browse the repository at this point in the history
Add libxml2 v2.9.7
  • Loading branch information
ruslo authored Dec 18, 2017
2 parents 929ffc2 + 547c37b commit bde2574
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ hunter_config(libmill VERSION 1.18)
hunter_config(libogg VERSION 1.3.2-cmake3)
hunter_config(libsodium VERSION 1.0.10)
hunter_config(libuv VERSION 1.14.0-p1)
hunter_config(libxml2 VERSION 2.9.4)
hunter_config(libxml2 VERSION 2.9.7)
hunter_config(libyuv VERSION 1514-p3)
hunter_config(lmdb VERSION 0.9.21-p2)
hunter_config(lmdbxx VERSION 0.9.14.0)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/libxml2/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ include(hunter_configuration_types)
include(hunter_pick_scheme)
include(hunter_download)

hunter_add_version(
PACKAGE_NAME
libxml2
VERSION
"2.9.7"
URL
"http://xmlsoft.org/sources/libxml2-2.9.7.tar.gz"
SHA1
ab3325e6cdda50ab2382fdfe0bdb6f7d1b9224a6
)

hunter_add_version(
PACKAGE_NAME
libxml2
Expand Down

0 comments on commit bde2574

Please sign in to comment.