mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 17:12:47 +08:00
[7-Zip] update to 22.00 (#25388)
* [7-Zip] update to 22.00 * update version * change version * update version
This commit is contained in:
parent
517adc7517
commit
4927109528
@ -1,8 +1,8 @@
|
|||||||
set(7ZIP_VERSION "2107")
|
set(7ZIP_VERSION "2200")
|
||||||
vcpkg_download_distfile(ARCHIVE
|
vcpkg_download_distfile(ARCHIVE
|
||||||
URLS "https://www.7-zip.org/a/7z${7ZIP_VERSION}-src.7z"
|
URLS "https://www.7-zip.org/a/7z${7ZIP_VERSION}-src.7z"
|
||||||
FILENAME "7z${7ZIP_VERSION}-src.7z"
|
FILENAME "7z${7ZIP_VERSION}-src.7z"
|
||||||
SHA512 c13521a9829ac239a89015e1f5da27eeaa2469754e3f8ca32311d964ea9d0b40a17e4f8ccbd425d3e865aa768be345368f1c36f354d5710ac7cb2749dd6a3ab5
|
SHA512 ff5bab0ad5c16dee84208b42df27ab1df34499365d934b33f61cd8c79b2a946e8875b1524540c1306381a51d6b24535bbcaf92819bf5331814d6c14cf12d3b07
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_extract_source_archive(
|
vcpkg_extract_source_archive(
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "7zip",
|
"name": "7zip",
|
||||||
"version-string": "21.07",
|
"version": "22.0",
|
||||||
"port-version": 1,
|
|
||||||
"description": "Library for archiving file with a high compression ratio.",
|
"description": "Library for archiving file with a high compression ratio.",
|
||||||
"homepage": "https://www.7-zip.org",
|
"homepage": "https://www.7-zip.org",
|
||||||
"license": "LGPL-2.1-or-later",
|
"license": "LGPL-2.1-or-later",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "15ce7b0d1812f8640e74075ca9f5e3a08b3bc875",
|
||||||
|
"version": "22.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "d60561160384264eaf45a225dcb41beccb87ecbc",
|
"git-tree": "d60561160384264eaf45a225dcb41beccb87ecbc",
|
||||||
"version-string": "21.07",
|
"version-string": "21.07",
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
"port-version": 2
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"7zip": {
|
"7zip": {
|
||||||
"baseline": "21.07",
|
"baseline": "22.0",
|
||||||
"port-version": 1
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"ableton": {
|
"ableton": {
|
||||||
"baseline": "3.0.5",
|
"baseline": "3.0.5",
|
||||||
|
Loading…
Reference in New Issue
Block a user