[fastlz] Update to 2024-08-02 (#42014)

Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
MonicaLiu 2024-11-11 08:28:38 +00:00 committed by GitHub
parent 6840264010
commit aaaf563806
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 7 deletions

View File

@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO ariya/FastLZ REPO ariya/FastLZ
REF c3bdfad9e0094d0fb15c12cd300e647c13dc85f9 #2021-5-10 REF b1342dabcf5257ab303743c9332fe75e9147a011 #2024-08-02
SHA512 cb1c7e365e955f4cabfcb0bebf9cb57e88e81183fc0bec0713a88acee6bc3aeb31cdf8fa0b56b4b7c63f220ab7b50c299b13df15912a3b4a01ec70dd2a9513f7 SHA512 a9c440c60e0d4fd9535a5438f3227e626c27ccd26cdcc9787c0dda5011b980c12ef46c7ddd2f197f6cc3bcef39755341d34214be9a508871ee3e1a24631a87b5
HEAD_REF master HEAD_REF master
) )
@ -19,4 +19,4 @@ vcpkg_cmake_install()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
# Handle copyright # Handle copyright
file(INSTALL "${SOURCE_PATH}/LICENSE.MIT" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.MIT")

View File

@ -1,7 +1,6 @@
{ {
"name": "fastlz", "name": "fastlz",
"version-date": "2021-05-10", "version-date": "2024-08-02",
"port-version": 2,
"description": "A lightning-fast lossless compression library", "description": "A lightning-fast lossless compression library",
"homepage": "https://github.com/ariya/FastLZ", "homepage": "https://github.com/ariya/FastLZ",
"dependencies": [ "dependencies": [

View File

@ -2705,8 +2705,8 @@
"port-version": 0 "port-version": 0
}, },
"fastlz": { "fastlz": {
"baseline": "2021-05-10", "baseline": "2024-08-02",
"port-version": 2 "port-version": 0
}, },
"fastor": { "fastor": {
"baseline": "2021-11-22", "baseline": "2021-11-22",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "5a8f1e974f444b848e63429a21677172189e1836",
"version-date": "2024-08-02",
"port-version": 0
},
{ {
"git-tree": "c0b4a47d599f386343ef30714e7ad2757c07e969", "git-tree": "c0b4a47d599f386343ef30714e7ad2757c07e969",
"version-date": "2021-05-10", "version-date": "2021-05-10",