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

Commit acac94f

Browse files
committed
Update sugar: 1.0.4
1 parent 97ded79 commit acac94f

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

cmake/config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ include(hunter_config)
1717
hunter_config(Boost VERSION 1.55.0)
1818
hunter_config(GTest VERSION 1.7.0-hunter-1)
1919
hunter_config(OpenSSL VERSION 1.0.1e)
20-
hunter_config(Sugar VERSION 1.0.3)
20+
hunter_config(Sugar VERSION 1.0.4)
2121
hunter_config(ios_sim VERSION 1.8.2)

cmake/projects/Sugar/hunter.cmake

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,17 @@ hunter_add_version(
5757
d0929748df6c4cc7126863d5799018e513c73f27
5858
)
5959

60+
hunter_add_version(
61+
PACKAGE_NAME
62+
Sugar
63+
VERSION
64+
"1.0.4"
65+
URL
66+
"https://github.com/ruslo/sugar/archive/v1.0.4.tar.gz"
67+
SHA1
68+
f5547294647ed386e7bed7fc489f1ba53ab30b57
69+
)
70+
6071
hunter_download(
6172
PACKAGE_NAME
6273
Sugar

0 commit comments

Comments
 (0)