mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 09:23:03 +08:00
[7zip] Update to 24.08 (#40440)
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
This commit is contained in:
parent
45ae5e5604
commit
b0b544f4e6
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO ip7z/7zip
|
||||
REF "${VERSION}"
|
||||
SHA512 9ce8acdbbb44045c5c9983db1093b6abc78439ee2b0ba57820a44a08d0787cb5ab34e25fd3ff33a93f274cc006684ce6013d4e98b47e7834318898e9d10d2259
|
||||
SHA512 5aa2a32a1d2ea81b0ee487e07efc444fda69967a67fb3a7d6e8fd06d32ebf9be76948ea23d258feade89877be698d09e1ef2ba79bbeda83752fdbb50a007af6c
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "7zip",
|
||||
"version-string": "24.06",
|
||||
"version-string": "24.08",
|
||||
"description": "Library for archiving file with a high compression ratio.",
|
||||
"homepage": "https://www.7-zip.org",
|
||||
"license": "LGPL-2.1-or-later",
|
||||
|
@ -1,9 +1,9 @@
|
||||
set(program_name 7z)
|
||||
if(CMAKE_HOST_WIN32)
|
||||
set(tool_subdirectory "24.06")
|
||||
set(tool_subdirectory "24.08")
|
||||
set(paths_to_search "${DOWNLOADS}/tools/7zip_msi-${tool_subdirectory}-windows/Files/7-Zip") # vcpkg fetch 7zip_msi path
|
||||
list(APPEND paths_to_search "${DOWNLOADS}/tools/7z/${tool_subdirectory}/Files/7-Zip")
|
||||
set(download_urls "https://github.com/ip7z/7zip/releases/download/24.06/7z2406.msi" "https://7-zip.org/a/7z2406.msi")
|
||||
set(download_filename "7z2406.msi")
|
||||
set(download_sha512 44cac24b4fb9972680e99adfe7cc99baff972007a5803b01e0c96388412456c333ce6f38990673e9338f4af35c0630db6d1cf116eda9895cb2b8d60ed287787f)
|
||||
set(download_urls "https://github.com/ip7z/7zip/releases/download/24.08/7z2408.msi" "https://7-zip.org/a/7z2408.msi")
|
||||
set(download_filename "7z2408.msi")
|
||||
set(download_sha512 0bc88c99ad921a6f828d9ed9b8391510d1d0c2f8ecb7ad2921838c97c20f215e2ab03198009d159e2d1859bb20f157010f492288ce61c86544df06742cebbc34)
|
||||
endif()
|
||||
|
@ -131,18 +131,18 @@
|
||||
<archiveName>installer-framework-opensource-src-4.4.0.zip</archiveName>
|
||||
</tool>
|
||||
<tool name="7zip_msi" os="windows">
|
||||
<version>24.06</version>
|
||||
<version>24.08</version>
|
||||
<exeRelativePath>Files\7-Zip\7z.exe</exeRelativePath>
|
||||
<url>https://github.com/ip7z/7zip/releases/download/24.06/7z2406-x64.msi</url>
|
||||
<sha512>d5eb068a4a488ca1c6025230be9f9cfbc99bf13a2230c0edc69d014f63f2f15c6582050dcaf11e77b1a13df38e2be324a4590e6ea78852b6fcaa91681729326f</sha512>
|
||||
<archiveName>7z2406-x64.msi</archiveName>
|
||||
<url>https://github.com/ip7z/7zip/releases/download/24.08/7z2408-x64.msi</url>
|
||||
<sha512>3259bf5e251382333c9d18a3fc01d83491fb41bc4ac4ddb25a02918494594c1074482b6608189a8a89e343d78e34d57420cdeff1d7ace5acfdcaacc8776f1be8</sha512>
|
||||
<archiveName>7z2408-x64.msi</archiveName>
|
||||
</tool>
|
||||
<tool name="7zip" os="windows">
|
||||
<version>24.06</version>
|
||||
<version>24.08</version>
|
||||
<exeRelativePath>7za.exe</exeRelativePath>
|
||||
<url>https://github.com/ip7z/7zip/releases/download/24.06/7z2406-extra.7z</url>
|
||||
<sha512>6b88a761f7cc8b8affc074b24750bcdc65cc3ab18d127c8bfdd1eca953d43e21558eb1137c4b934689990564d7d24cf14e249a773dc1e5ddb7316b10d73682f8</sha512>
|
||||
<archiveName>7z2406-extra.7z</archiveName>
|
||||
<url>https://github.com/ip7z/7zip/releases/download/24.08/7z2408-extra.7z</url>
|
||||
<sha512>35f55236fccfb576ca014e29d0c35f4a213e53f06683bd2e82f869ed02506e230c8dd623c01d0207244d6a997031f737903456b7ad4a44db1717f0a17a78602e</sha512>
|
||||
<archiveName>7z2408-extra.7z</archiveName>
|
||||
</tool>
|
||||
<tool name="aria2" os="windows">
|
||||
<version>1.37.0</version>
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f8021d6c213215f0eb9e99500d348291ac5898c5",
|
||||
"version-string": "24.08",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "142f1372ed52dd210159c9ae75e6195009451554",
|
||||
"version-string": "24.06",
|
||||
|
@ -5,7 +5,7 @@
|
||||
"port-version": 4
|
||||
},
|
||||
"7zip": {
|
||||
"baseline": "24.06",
|
||||
"baseline": "24.08",
|
||||
"port-version": 0
|
||||
},
|
||||
"ableton": {
|
||||
|
Loading…
Reference in New Issue
Block a user