aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/greatest/portfile.cmake9
-rw-r--r--ports/greatest/vcpkg.json3
2 files changed, 5 insertions, 7 deletions
diff --git a/ports/greatest/portfile.cmake b/ports/greatest/portfile.cmake
index 2fcfd0645..676e4cd5a 100644
--- a/ports/greatest/portfile.cmake
+++ b/ports/greatest/portfile.cmake
@@ -3,12 +3,11 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO silentbicycle/greatest
- REF v1.4.2
- SHA512 8f2767ac2be017d2ecee3a903ab79834e783df464e3fd0e1e8c4397fdf8dabcc4fb2367163dcb9e944c404d00cf8960ec56c0345f43836182a6e058d9eaf6b0a
+ REF v1.5.0
+ SHA512 836392A7C9C56C6A5658FD18B4BBB146304B1997DFD9CB59F2A83C18A5EC140C8DDE64A2C0CF9A169C426B9E586D37E2ED7D7FB792402DBB4149CC424EC2DB2E
HEAD_REF master
)
-file(COPY ${SOURCE_PATH}/greatest.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
+file(COPY "${SOURCE_PATH}/greatest.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
-# Handle copyright
-configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
+file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
diff --git a/ports/greatest/vcpkg.json b/ports/greatest/vcpkg.json
index c7a179ff5..dce04ff5e 100644
--- a/ports/greatest/vcpkg.json
+++ b/ports/greatest/vcpkg.json
@@ -1,7 +1,6 @@
{
"name": "greatest",
- "version-string": "1.4.2",
- "port-version": 1,
+ "version": "1.5.0",
"description": "Single-file testing system for C",
"homepage": "https://github.com/silentbicycle/greatest"
}