2018-06-25 12:58:25 +00:00
|
|
|
# EVMC: Ethereum Client-VM Connector API.
|
2018-08-21 07:44:18 +00:00
|
|
|
# Copyright 2018 The EVMC Authors.
|
2018-08-22 11:57:25 +00:00
|
|
|
# Licensed under the Apache License, Version 2.0. See the LICENSE file.
|
2018-06-25 12:58:25 +00:00
|
|
|
|
|
|
|
# Setup Hunter.
|
|
|
|
# Hunter is going to be initialized only if building with tests,
|
|
|
|
# where it is needed to get dependencies.
|
|
|
|
HunterGate(
|
2018-08-30 09:15:16 +00:00
|
|
|
URL "https://github.com/ruslo/hunter/archive/v0.23.4.tar.gz"
|
|
|
|
SHA1 "8b2255921208517a55c9533c500131387e3c3dd0"
|
2018-06-25 12:58:25 +00:00
|
|
|
)
|