Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Version 0.2.3 (Sugar: 1.0.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Jan 12, 2014
1 parent 2e0568c commit 6ceb3c8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ hunter_config(CppNetlib VERSION 0.10.1-hunter-2)
hunter_config(GTest VERSION 1.7.0-hunter-3)
hunter_config(OpenSSL VERSION 1.0.1f)
hunter_config(RapidJSON VERSION 0.11-hunter)
hunter_config(Sugar VERSION 1.0.9)
hunter_config(Sugar VERSION 1.0.10)
hunter_config(ios_sim VERSION 1.8.2)
11 changes: 11 additions & 0 deletions cmake/projects/Sugar/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,16 @@ hunter_add_version(
fca4165caa3faa2ec88e207ea009927020e443cb
)

hunter_add_version(
PACKAGE_NAME
Sugar
VERSION
"1.0.10"
URL
"https://github.com/ruslo/sugar/archive/v1.0.10.tar.gz"
SHA1
ca73f6599986089968b112394e9bc7cbb253c574
)

hunter_pick_scheme(DEFAULT url_sha1_no_install)
hunter_download(PACKAGE_NAME Sugar)
2 changes: 1 addition & 1 deletion cmake/version.cmake
Original file line number Diff line number Diff line change
@@ -1 +1 @@
set(HUNTER_VERSION "0.2.2")
set(HUNTER_VERSION "0.2.3")

0 comments on commit 6ceb3c8

Please sign in to comment.