File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.28 )
2
2
3
3
set (NAME "asap" )
4
- set (VERSION "5.2.0 " )
4
+ set (VERSION "6.0.3 " )
5
5
project (plugin_${NAME} )
6
6
set (PLUGIN_${NAME}_LIB "${PROJECT_NAME} .${LIB_EXT} " PARENT_SCOPE )
7
7
set (PLUGIN_${NAME}_NAME "ASAP" PARENT_SCOPE )
@@ -13,7 +13,7 @@ set(CMAKE_CXX_STANDARD 20)
13
13
set (NAME_VERSIONED "${NAME} -${VERSION} " )
14
14
set (FILENAME "${NAME_VERSIONED} .tar.gz" )
15
15
set (URL "https://sourceforge.net/projects/${NAME} /files/${NAME} /${VERSION} /${FILENAME} " )
16
- set (SHA_256_HASH "8c7bff24d14068fcf1857710c9eb331e9d7ca1b74e718705228e9da9eac8e6ac " )
16
+ set (SHA_256_HASH "0bae15e2f29fef5d25f5b57dd87e2e130e91f727bc523e1b992413ed9209976a " )
17
17
download_patch_and_add (
18
18
${NAME_VERSIONED} ${FILENAME} ${URL} ${SHA_256_HASH} false "" ""
19
19
)
You can’t perform that action at this time.
0 commit comments