Skip to content

Instantly share code, notes, and snippets.

@asfdrwe
Created May 13, 2021 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asfdrwe/7537288d7e9816defb69e66468efbeb2 to your computer and use it in GitHub Desktop.
Save asfdrwe/7537288d7e9816defb69e66468efbeb2 to your computer and use it in GitHub Desktop.
ethminer-m1 boost url patch
diff -uNr ethminer-m1/cmake/Hunter/config.cmake ethminer-m1.new/cmake/Hunter/config.cmake
--- ethminer-m1/cmake/Hunter/config.cmake 2021-05-13 18:39:14.000000000 +0900
+++ ethminer-m1.new/cmake/Hunter/config.cmake 2021-05-13 19:13:58.000000000 +0900
@@ -1,8 +1,8 @@
hunter_config(CURL VERSION ${HUNTER_CURL_VERSION} CMAKE_ARGS HTTP_ONLY=ON CMAKE_USE_OPENSSL=OFF CMAKE_USE_LIBSSH2=OFF CURL_CA_PATH=none)
hunter_config(
Boost
- URL "https://dl.bintray.com/boostorg/release/1.75.0/source/boost_1_75_0.tar.gz"
- SHA1 "68be4a43b73c66370c8d3fd94723b3913217ce1b"
+ URL "https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2"
+ SHA1 "8064156508312dde1d834fec3dca9b11006555b6"
)
hunter_config(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment