mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 12:53:02 +08:00
[greatest] Update to 1.5.0 (#20643)
* Update greatest to 1.5.0 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
parent
5c1b068f0f
commit
cec4e710f7
@ -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)
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -2521,8 +2521,8 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"greatest": {
|
||||
"baseline": "1.4.2",
|
||||
"port-version": 1
|
||||
"baseline": "1.5.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"grpc": {
|
||||
"baseline": "1.37.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e4105b786aa9c76ff08996de18cdcfccc2fa98e4",
|
||||
"version": "1.5.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "8a09c8e785b2d722b16c6e38ba4c8a3a4b46c20f",
|
||||
"version-string": "1.4.2",
|
||||
|
Loading…
Reference in New Issue
Block a user