Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

Commit

Permalink
Update to measurement-kit/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Nov 4, 2018
1 parent ad45a7b commit 18d997f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MkUtils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ endfunction()

function(MkDownloadMeasurementKitMkIPLookup)
message(STATUS "Downloading measurement-kit/mkiplookup")
file(DOWNLOAD https://raw.githubusercontent.com/measurement-kit/mkiplookup/v0.1.2/mkiplookup.h
file(DOWNLOAD https://raw.githubusercontent.com/measurement-kit/mkiplookup/v0.1.3/mkiplookup.h
"${CMAKE_CURRENT_BINARY_DIR}/mkiplookup.h" EXPECTED_HASH
SHA256=556898c6c734443d5524b3a5d00f8424f93b70696ed850d233f4d24c540378f1
SHA256=8c93056e53985586c5c8f44eb9523b6dc24221f26e5fe49f54d8b2c3c1f1bd6c
TLS_VERIFY ON SHOW_PROGRESS)
endfunction()

Expand Down

0 comments on commit 18d997f

Please sign in to comment.