Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4343 from ethereum/hunter
Browse files Browse the repository at this point in the history
Upgrade Hunter
  • Loading branch information
pirapira authored Aug 17, 2017
2 parents a8bac5d + e611b9c commit c27db2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ branches:
- develop
- release
- /travis/
- hunter
env:
global:
- TRAVIS_BUILD_TYPE=RelWithDebInfo
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ set(HUNTER_CONFIGURATION_TYPES Release)
set(HUNTER_CACHE_SERVERS "https://github.com/ethereum/hunter-cache")
include(HunterGate)
HunterGate(
URL "https://github.com/ruslo/hunter/archive/v0.19.62.tar.gz"
SHA1 "e15b764e94641968fe88db08dfb8e7f0f084c01c"
URL "https://github.com/ruslo/hunter/archive/v0.19.71.tar.gz"
SHA1 "8fe144d9490501d398777532e0c0f56bc7bb0ec7"
)

if(HUNTER_ENABLED)
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ branches:
- master
- develop
- appveyor
- hunter
os: Visual Studio 2015
configuration:
- RelWithDebInfo
Expand Down

0 comments on commit c27db2a

Please sign in to comment.