Skip to content

Commit ee8e8ab

Browse files
committed
Fix the hash for proj4 v6
1 parent 8001279 commit ee8e8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMake/fletch-tarballs.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ if (fletch_ENABLE_PROJ4 OR fletch_ENABLE_ALL_PACKAGES)
345345
elseif(PROJ4_SELECT_VERSION VERSION_EQUAL 6.1.1)
346346
set(PROJ4_version "6.1.1" )
347347
set(PROJ4_url "http://download.osgeo.org/proj/proj-${PROJ4_version}.tar.gz" )
348-
set(PROJ4_md5 "9a82a3174cacf319d94360a759fbcc8a" )
348+
set(PROJ4_md5 "da39a3ee5e6b4b0d3255bfef95601890afd80709" )
349349
else()
350350
message(STATUS "PROJ4_SELECT_VERSION ${PROJ4_SELECT_VERSION}: Not supported")
351351
endif()

0 commit comments

Comments
 (0)