Skip to content

Commit

Permalink
Merge pull request #332 from ethereum/upgrade_ethash
Browse files Browse the repository at this point in the history
cmake: Upgrade ethash to 0.7.0
  • Loading branch information
chfast committed May 26, 2021
2 parents f24a197 + 5b5d0d0 commit 8d6a2ba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cmake/Hunter/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ hunter_config(

hunter_config(
ethash
VERSION 0.6.0
URL https://github.com/chfast/ethash/archive/v0.6.0.tar.gz
SHA1 4bfa26b389d1f89a60053de04b2a29feab20f67b
VERSION 425f9cbb
URL https://github.com/chfast/ethash/archive/425f9cbb7a0a14719a94d6079b06dc1c16500061.tar.gz
SHA1 5c59a63d5af833a44dc5a5f5496087b35c423f8f
CMAKE_ARGS -DETHASH_BUILD_ETHASH=OFF -DETHASH_BUILD_TESTS=OFF
)

0 comments on commit 8d6a2ba

Please sign in to comment.