forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: ProtonTechnologies.ProtonVPN version 3.2.4
- Loading branch information
Showing
3 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
manifests/p/ProtonTechnologies/ProtonVPN/3.2.4/ProtonTechnologies.ProtonVPN.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Created with Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json | ||
|
||
PackageIdentifier: ProtonTechnologies.ProtonVPN | ||
PackageVersion: 3.2.4 | ||
Platform: | ||
- Windows.Desktop | ||
InstallerType: inno | ||
Scope: machine | ||
InstallModes: | ||
- interactive | ||
- silentWithProgress | ||
InstallerSwitches: | ||
Silent: /qb | ||
SilentWithProgress: /qb | ||
UpgradeBehavior: install | ||
ReleaseDate: 2023-10-20 | ||
Installers: | ||
- Architecture: x86 | ||
InstallerUrl: https://github.com/ProtonVPN/win-app/releases/download/3.2.4/ProtonVPN_v3.2.4.exe | ||
InstallerSha256: 62D993F9AFB6FCEA53473EFF6C76EE41037D8A1CF1F557515B2FE0AD46EA0269 | ||
ManifestType: installer | ||
ManifestVersion: 1.5.0 |
39 changes: 39 additions & 0 deletions
39
...fests/p/ProtonTechnologies/ProtonVPN/3.2.4/ProtonTechnologies.ProtonVPN.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Created with Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json | ||
|
||
PackageIdentifier: ProtonTechnologies.ProtonVPN | ||
PackageVersion: 3.2.4 | ||
PackageLocale: en-US | ||
Publisher: Proton Technologies AG | ||
PublisherUrl: https://protonvpn.com | ||
PublisherSupportUrl: https://protonvpn.com/support | ||
PrivacyUrl: https://protonvpn.com/privacy-policy | ||
Author: Proton Technologies AG | ||
PackageName: ProtonVPN | ||
PackageUrl: https://protonvpn.com | ||
License: GNU General Public License Version 3 (GPLv3) | ||
LicenseUrl: https://raw.githubusercontent.com/ProtonVPN/win-app/master/LICENSE | ||
Copyright: Copyright (C) 2007 Free Software Foundation, Inc. | ||
CopyrightUrl: https://raw.githubusercontent.com/ProtonVPN/win-app/master/LICENSE | ||
ShortDescription: High-speed Swiss VPN that safeguards your privacy. | ||
Description: |- | ||
We built ProtonVPN with extra security features to make it better at protecting your privacy than an ordinary VPN. | ||
When you use ProtonVPN to browse the web, your Internet connection is encrypted. | ||
By routing your connection through encrypted tunnels, ProtonVPNs advanced security features ensure that an attacker cannot eavesdrop on your connection. | ||
It also allows you to access websites that might be blocked in your country. | ||
Moniker: protonvpn | ||
Tags: | ||
- network | ||
- open-source | ||
- privacy | ||
- private | ||
- private-network | ||
- security | ||
- vpn | ||
ReleaseNotes: |- | ||
- Adds support for Georgian language. | ||
- Fixes an issue where the colour of the sidebar profiles was not visible for some users. | ||
- Fixes the duplicated taskbar icon issue. | ||
ReleaseNotesUrl: https://github.com/ProtonVPN/win-app/releases/tag/3.2.4 | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.5.0 |
8 changes: 8 additions & 0 deletions
8
manifests/p/ProtonTechnologies/ProtonVPN/3.2.4/ProtonTechnologies.ProtonVPN.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created with Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json | ||
|
||
PackageIdentifier: ProtonTechnologies.ProtonVPN | ||
PackageVersion: 3.2.4 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.5.0 |
14e053c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@check-spelling-bot Report
🔴 Please review
See the 📜action log for details.
Unrecognized words (7)
aloneguid
alonguid
Failback
FFXIV
Pulovers
submitters
Teamcraft
Previously acknowledged words that are now absent
admins Daa Esco fabricbot jedieaston Joakim Kad Karan Levvie mdanish quhxl redistribution russellbanks Tbot timezone Trenly :arrow_right:To accept ✔️ these unrecognized words as correct and remove the previously acknowledged and now absent words, run the following commands
... in a clone of the [email protected]:Conor4250/winget-pkgs.git repository
on the
ProtonTechnologies.ProtonVPN-3.2.4-996767B0A1C64790AD43891A1690E1A7E365DE01
branch (ℹ️ how do I use this?):If the flagged items are 🤯 false positives
If items relate to a ...
binary file (or some other file you wouldn't want to check at all).
Please add a file path to the
excludes.txt
file matching the containing file.File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.
^
refers to the file's path from the root of the repository, so^README\.md$
would exclude README.md (on whichever branch you're using).well-formed pattern.
If you can write a pattern that would match it,
try adding it to the
patterns.txt
file.Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.
Note that patterns can't match multiline strings.