Fixed plib project name

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7207 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 46d5f50e49ef514ca04d41fa69a4aa97fb7c20f6
Former-commit-id: 14249af7bb3043546f8da6cc9dfa8e6d12da0d35
This commit is contained in:
beaglejoe 2020-11-25 02:08:35 +00:00
parent 96ec78f4ee
commit bd56b2f09e

View file

@ -5,7 +5,7 @@
# created : June 22 2020
# copyright : (C) 2020 Joe Thompson
# email : beaglejoe@users.sourceforge.net
# version : $Id: $
# version : $Id$
#
#==============================================================================
#
@ -69,8 +69,8 @@ message(STATUS "TODO: Need special handling for PLIB")
message(STATUS "TODO: Switch to the zip file once a download location is setup")
set(PLIB_SVN_REPO svn://svn.code.sf.net/p/plib/code/trunk)
set(PLIB_SVN_REVISION 2173)
set(PLIB_HEAD_VERSION r${PLIB_SVN_REVISION}-trunk)
set(PLIB_HEAD_PROJECT plib-code-${PLIB_HEAD_VERSION})
set(PLIB_HEAD_VERSION r${PLIB_SVN_REVISION})
set(PLIB_HEAD_PROJECT plib-trunk-${PLIB_HEAD_VERSION})
set(PLIB_HEAD_FILE ${PLIB_HEAD_PROJECT}.zip)
set(PLIB_HEAD_URL https://sourceforge.net/code-snapshots/svn/p/pl/plib/code/${PLIB_HEAD_FILE})
set(PLIB_HEAD_HASH SHA256=f82b5bb97f975879d55785ba373d16b0e3d6ef0507dd3fd008a2aa78e0bd4aad)