From 0b247cd4b462ee5c53b065885d148873805f1b90 Mon Sep 17 00:00:00 2001 From: Zhai Dev <29057533+zdevcs@users.noreply.github.com> Date: Thu, 8 Apr 2021 15:45:59 +0800 Subject: [PATCH] Added x86 architecture for 7-Zip version 19.00. (#10278) --- .../7zip/7zip/19.0.0/7zip.7zip.installer.yaml | 29 +++++++++++++++++++ .../7zip/19.0.0/7zip.7zip.locale.en-US.yaml | 21 ++++++++++++++ .../7zip/19.0.0/7zip.7zip.locale.zh-CN.yaml | 10 +++++++ manifests/7/7zip/7zip/19.0.0/7zip.7zip.yaml | 29 ++----------------- 4 files changed, 63 insertions(+), 26 deletions(-) create mode 100644 manifests/7/7zip/7zip/19.0.0/7zip.7zip.installer.yaml create mode 100644 manifests/7/7zip/7zip/19.0.0/7zip.7zip.locale.en-US.yaml create mode 100644 manifests/7/7zip/7zip/19.0.0/7zip.7zip.locale.zh-CN.yaml diff --git a/manifests/7/7zip/7zip/19.0.0/7zip.7zip.installer.yaml b/manifests/7/7zip/7zip/19.0.0/7zip.7zip.installer.yaml new file mode 100644 index 000000000..8ab0cd5b0 --- /dev/null +++ b/manifests/7/7zip/7zip/19.0.0/7zip.7zip.installer.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +PackageIdentifier: 7zip.7zip +PackageVersion: 19.0.0 +Platform: + - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: machine +InstallerSwitches: + Silent: /quiet /norestart + SilentWithProgress: /passive /norestart +Commands: + - 7z +FileExtensions: + - 7z + - zip + - rar + - tar + - gz + - wim +Installers: + - Architecture: x86 + InstallerUrl: https://www.7-zip.org/a/7z1900.msi + InstallerSha256: B49D55A52BC0EAB14947C8982C413D9BE141C337DA1368A24AA0484CBB5E89CD + - Architecture: x64 + InstallerUrl: https://www.7-zip.org/a/7z1900-x64.msi + InstallerSha256: A7803233EEDB6A4B59B3024CCF9292A6FFFB94507DC998AA67C5B745D197A5DC +ManifestType: installer +ManifestVersion: 1.0.0 diff --git a/manifests/7/7zip/7zip/19.0.0/7zip.7zip.locale.en-US.yaml b/manifests/7/7zip/7zip/19.0.0/7zip.7zip.locale.en-US.yaml new file mode 100644 index 000000000..8ef4efbfd --- /dev/null +++ b/manifests/7/7zip/7zip/19.0.0/7zip.7zip.locale.en-US.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +PackageIdentifier: 7zip.7zip +PackageVersion: 19.0.0 +PackageLocale: en-US +Publisher: 7zip +Author: 7zip +PackageName: 7Zip +PackageUrl: https://www.7-zip.org/ +License: Copyright (C) 1999-2020 Igor Pavlov. - GNU LGPL +LicenseUrl: https://www.7-zip.org/license.txt +ShortDescription: Free and open source file archiver with a high compression ratio. +Moniker: 7zip +Tags: + - 7zip + - compression + - file compression + - utility + - tool + - zip +ManifestType: defaultLocale +ManifestVersion: 1.0.0 diff --git a/manifests/7/7zip/7zip/19.0.0/7zip.7zip.locale.zh-CN.yaml b/manifests/7/7zip/7zip/19.0.0/7zip.7zip.locale.zh-CN.yaml new file mode 100644 index 000000000..10ca3c10f --- /dev/null +++ b/manifests/7/7zip/7zip/19.0.0/7zip.7zip.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json +PackageIdentifier: 7zip.7zip +PackageVersion: 19.0.0 +PackageLocale: zh-CN +PackageUrl: https://sparanoid.com/lab/7z/ +License: 版权所有 (C) 1999-2020 Igor Pavlov。- GNU LGPL +LicenseUrl: https://raw.githubusercontent.com/sparanoid/7z/master/zh-cn/License.txt +ShortDescription: 7-Zip 是一款拥有极高压缩比的开源压缩软件。 +ManifestType: locale +ManifestVersion: 1.0.0 diff --git a/manifests/7/7zip/7zip/19.0.0/7zip.7zip.yaml b/manifests/7/7zip/7zip/19.0.0/7zip.7zip.yaml index d9555d292..7ff2e9305 100644 --- a/manifests/7/7zip/7zip/19.0.0/7zip.7zip.yaml +++ b/manifests/7/7zip/7zip/19.0.0/7zip.7zip.yaml @@ -1,29 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json PackageIdentifier: 7zip.7zip -PackageName: 7Zip -Moniker: 7zip PackageVersion: 19.0.0 -Publisher: 7zip -Author: 7zip -License: Copyright (C) 1999-2020 Igor Pavlov. - GNU LGPL -LicenseUrl: https://7-zip.org/license.txt -MinimumOSVersion: 10.0.0.0 -PackageUrl: https://www.7-zip.org/ -ShortDescription: Free and open source file archiver with a high compression ratio. -Tags: -- 7zip -- compression -- file compression -- utility -- tool -- zip -InstallerType: msi -Installers: -- Architecture: x64 - InstallerUrl: https://www.7-zip.org/a/7z1900-x64.msi - InstallerSha256: A7803233EEDB6A4B59B3024CCF9292A6FFFB94507DC998AA67C5B745D197A5DC - InstallerSwitches: - Silent: /quiet /norestart - SilentWithProgress: /passive /norestart -PackageLocale: en-US -ManifestType: singleton +DefaultLocale: en-US +ManifestType: version ManifestVersion: 1.0.0