Skip to content

Commit

Permalink
libuv 1.21.0-p0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Jun 27, 2018
1 parent 3fd55bf commit 330cada
Show file tree
Hide file tree
Showing 2 changed files with 13 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 @@ -280,7 +280,7 @@ hunter_default_version(librtmp VERSION 2.4.0-p0)
hunter_default_version(libscrypt VERSION 1.21-p1)
hunter_default_version(libsodium VERSION 1.0.10)
hunter_default_version(libunibreak VERSION 4.0)
hunter_default_version(libuv VERSION 1.14.0-p1)
hunter_default_version(libuv VERSION 1.21.0-p0)
hunter_default_version(libxml2 VERSION 2.9.7)
hunter_default_version(libyuv VERSION 1514-p3)
hunter_default_version(lmdb VERSION 0.9.21-p2)
Expand Down
12 changes: 12 additions & 0 deletions cmake/projects/libuv/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ include(hunter_download)
include(hunter_pick_scheme)
include(hunter_report_broken_package)

hunter_add_version(
PACKAGE_NAME
libuv
VERSION
1.21.0-p0
URL
"https://github.com/hunter-packages/libuv/archive/v1.21.0-p0.tar.gz"
SHA1
c5fbbe3cfd17c7816d0d063e090c33fae9e1cb32
)

# 2.0.0 is not an upstream tag
hunter_add_version(
PACKAGE_NAME
libuv
Expand Down

0 comments on commit 330cada

Please sign in to comment.