2018-06-25 12:58:25 +00:00
|
|
|
# EVMC: Ethereum Client-VM Connector API.
|
2019-04-24 14:12:13 +00:00
|
|
|
# Copyright 2018-2019 The EVMC Authors.
|
2019-03-13 20:36:13 +00:00
|
|
|
# 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-05-06 10:04:37 +00:00
|
|
|
URL "https://github.com/ruslo/hunter/archive/v0.23.165.tar.gz"
|
|
|
|
SHA1 "5a73f91df5f6109c0bb1104d0c0ee423f7bece79"
|
|
|
|
)
|