Skip to content

Commit

Permalink
update nacl
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb James DeLisle committed Jul 9, 2012
1 parent c63e892 commit ca2fa18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/modules/FindNACL.cmake
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ if(NOT NACL_FOUND)
string(REPLACE ";" "," func "${functions}") string(REPLACE ";" "," func "${functions}")


# the name of the tag # the name of the tag
set(tag "0a387076a7907d445eed0084e9a67dcc085ce0b0.tar.gz") set(tag "be018fa84564e13334f95e6e8995f70459dd2738.tar.gz")


# the sha256 of the tar.gz file # the sha256 of the tar.gz file
set(hash "e6ebe4f71541b56ad801d36e8bc3db8b3bfd08a738514333826b0db2afeadfde") set(hash "14551abb645a312601d410c1f72a6ebc1c250df9982c80bdc054a2d3d9fcbc82")


set(file ${CMAKE_BINARY_DIR}/nacl_ep-prefix/src/${tag}) set(file ${CMAKE_BINARY_DIR}/nacl_ep-prefix/src/${tag})
set(AssertSHA256 ${CMAKE_SOURCE_DIR}/cmake/modules/AssertSHA256.cmake) set(AssertSHA256 ${CMAKE_SOURCE_DIR}/cmake/modules/AssertSHA256.cmake)
Expand Down

0 comments on commit ca2fa18

Please sign in to comment.