Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Soralog to v0.0.4 #25

Merged
merged 1 commit into from
Mar 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ hunter_default_version(shaka_player_embedded VERSION 0.1.0-beta-p1)
hunter_default_version(sleef VERSION 3.3.1-p1)
hunter_default_version(sm VERSION 1.2.3)
hunter_default_version(soil VERSION 1.0.4)
hunter_default_version(soralog VERSION 0.0.3)
hunter_default_version(soralog VERSION 0.0.4)
hunter_default_version(sources_for_android_sdk_packer VERSION 1.0.0)
hunter_default_version(sparsehash VERSION 2.0.2)

Expand Down
12 changes: 3 additions & 9 deletions cmake/projects/soralog/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,9 @@ include(hunter_pick_scheme)

hunter_add_version(
PACKAGE_NAME soralog
VERSION "0.0.2"
URL "https://github.com/soramitsu/soralog/archive/v0.0.2.tar.gz"
SHA1 "8c215833d10e62afe080ba990cc8f6410cd23c2f")

hunter_add_version(
PACKAGE_NAME soralog
VERSION "0.0.3"
URL "https://github.com/soramitsu/soralog/archive/v0.0.3.tar.gz"
SHA1 "0808fb892ece04cfa2474549022dc6ffb22ccd49")
VERSION "0.0.4"
URL "https://github.com/soramitsu/soralog/archive/v0.0.4.tar.gz"
SHA1 "df0cd03eddfff42d10445e4746f4927fecfd8663")

hunter_cmake_args(
soralog
Expand Down