2018-06-25 12:58:25 +00:00
|
|
|
# EVMC: Ethereum Client-VM Connector API.
|
2019-03-13 20:36:13 +00:00
|
|
|
# Copyright 2019 The EVMC Authors.
|
|
|
|
# Licensed under the Apache License, Version 2.0.
|
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(
|
2019-03-14 00:45:37 +00:00
|
|
|
URL "https://github.com/ruslo/hunter/archive/v0.23.131.tar.gz"
|
|
|
|
SHA1 "0512ea6392065c8ece808296fddd7d8664d30920"
|
2018-06-25 12:58:25 +00:00
|
|
|
)
|