mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 01:19:00 +08:00
[lazy-importer] Update to 2021-03-09 (#20948)
* Update lazy-importer to 2021-03-09 * Update CI baseline * Fix version date * Update git-tree hash * Remove extra phantom version from version database. Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
parent
62ded68afd
commit
a924ea2372
@ -3,12 +3,12 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO JustasMasiulis/lazy_importer
|
||||
REF 88186bfce98845eba9050f7597332754f621c0fc
|
||||
SHA512 04789501ea9c9cf600326b3f8292c441f54d0915452eb29b063fe0a8d56a31157cf338a4ec44aa658e397d754b6593ece51af2736d5980e72d67359a1abc2625
|
||||
REF a02a9ed62ea56c614728465b1be9fab812fdf037
|
||||
SHA512 d88a7a1df269f2159eb0997f691fb5b71e89d75160b45ce968bd58e0d71e214f03e4c05e44234ace04ba9025b0b7d3ff07cf803753473c51164223a05a61598f
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
file(COPY ${SOURCE_PATH}/include/lazy_importer.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include)
|
||||
file(COPY "${SOURCE_PATH}/include/lazy_importer.hpp" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
|
||||
|
||||
# Handle copyright
|
||||
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
|
||||
configure_file("${SOURCE_PATH}/LICENSE" "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright" COPYONLY)
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "lazy-importer",
|
||||
"version-string": "2019-08-10",
|
||||
"port-version": 1,
|
||||
"version-date": "2021-10-23",
|
||||
"description": "Library for importing functions from dlls in a hidden, reverse engineer unfriendly way",
|
||||
"homepage": "https://github.com/JustasMasiulis/lazy_importer"
|
||||
}
|
||||
|
@ -3229,8 +3229,8 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"lazy-importer": {
|
||||
"baseline": "2019-08-10",
|
||||
"port-version": 1
|
||||
"baseline": "2021-10-23",
|
||||
"port-version": 0
|
||||
},
|
||||
"lcm": {
|
||||
"baseline": "1.4.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3dba7a5ee217d732847b9906ba01f8571733cc35",
|
||||
"version-date": "2021-10-23",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "8a2748be94ccc349f17bf4c54af9f574a56e2613",
|
||||
"version-string": "2019-08-10",
|
||||
|
Loading…
Reference in New Issue
Block a user