aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorchausner <15180557+chausner@users.noreply.github.com>2021-09-28 06:01:08 +0200
committerGitHub <noreply@github.com>2021-09-27 21:01:08 -0700
commit83f11fd9882516fa5cb3092875ff56d99fa38f1f (patch)
tree598a8a09ff95f6511b1c91b6c8861f1f6c257293 /ports
parent0fc5f349d295a11dbd27b1180e7b90fd1d1f4ffe (diff)
downloadvcpkg-83f11fd9882516fa5cb3092875ff56d99fa38f1f.tar.gz
vcpkg-83f11fd9882516fa5cb3092875ff56d99fa38f1f.zip
[sfsexp] Update to 1.3.1 (#20361)
* Update sfsexp to 1.3.1 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
Diffstat (limited to 'ports')
-rw-r--r--ports/sfsexp/portfile.cmake12
-rw-r--r--ports/sfsexp/vcpkg.json3
2 files changed, 7 insertions, 8 deletions
diff --git a/ports/sfsexp/portfile.cmake b/ports/sfsexp/portfile.cmake
index 6bc6f2c9d..7b266ce08 100644
--- a/ports/sfsexp/portfile.cmake
+++ b/ports/sfsexp/portfile.cmake
@@ -5,19 +5,19 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO mjsottile/sfsexp
- REF ad589f9e6e0eca20345320e9c82a3aecc0a5c8aa #v1.3
- SHA512 cdd469e23de48a5d6cd633b7b97b394cbfcba330ac2c3ae549811d856f2eec0c8558f99313e56a9f1cc9d72d4f17077584b6cf15c87814b91fe44ddd76895a8c
+ REF v1.3.1
+ SHA512 56DABC8F0C16C4707F191C8D60E97C6C3DB1B359673E77967E3C21ACBDC2239F1423FE62A062CE256F3F7A1CCF8572D16A82EF67FFCD215B48E261ED1D8720D7
HEAD_REF master
)
-file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
+file(COPY "${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt" DESTINATION "${SOURCE_PATH}")
vcpkg_configure_cmake(
- SOURCE_PATH ${SOURCE_PATH}
+ SOURCE_PATH "${SOURCE_PATH}"
PREFER_NINJA
)
vcpkg_install_cmake()
-file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
-file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) \ No newline at end of file
+file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
+file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
diff --git a/ports/sfsexp/vcpkg.json b/ports/sfsexp/vcpkg.json
index d47366b4f..cb2134fff 100644
--- a/ports/sfsexp/vcpkg.json
+++ b/ports/sfsexp/vcpkg.json
@@ -1,7 +1,6 @@
{
"name": "sfsexp",
- "version-string": "1.3",
- "port-version": 1,
+ "version": "1.3.1",
"description": "Small Fast S-Expression Library",
"homepage": "https://github.com/mjsottile/sfsexp"
}