Browse Source
Use updated Hunter with soralog 0.0.5 (#129)
Signed-off-by: Igor Egorov <igor@soramitsu.co.jp>
pull/141/head
v0.0.2-p0
Igor Egorov
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
cmake/Hunter/init.cmake
|
|
@ -31,7 +31,7 @@ set( |
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/HunterGate.cmake) |
|
|
|
|
|
|
|
HunterGate( |
|
|
|
URL "https://github.com/soramitsu/soramitsu-hunter/archive/v0.23.257-soramitsu5.tar.gz" |
|
|
|
SHA1 "e95997ef66f531ed294150b10abc775483d94a61" |
|
|
|
URL "https://github.com/soramitsu/soramitsu-hunter/archive/tags/v0.23.257-soramitsu6.tar.gz" |
|
|
|
SHA1 "02ac8c9b4321c59ccf79af19e2ad7cc628d975f4" |
|
|
|
LOCAL |
|
|
|
) |
|
|
|