Skip to content

Commit d38edd9

Browse files
committed
1 parent d33a064 commit d38edd9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

automatic/faceit/Faceit.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>faceit</id>
5-
<version>2.2.6</version>
5+
<version>2.2.7</version>
66
<title>Faceit</title>
77
<authors>Faceit</authors>
88
<owners>tunisiano</owners>

automatic/protonpass/protonpass.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>protonpass</id>
5-
<version>1.32.11</version>
5+
<version>1.33.0</version>
66
<title>Proton Pass</title>
77
<authors>Proton AG</authors>
88
<owners>tunisiano</owners>

automatic/protonpass/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$ErrorActionPreference = 'Stop'
22
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
3-
$url64 = 'https://proton.me/download/pass/windows/ProtonPass_Setup_1.32.11.exe'
4-
$checksum64 = '2ED0ED121576D4CB6464BAE2469E307CD1AC31C421BE7C3AD3F78418ABF735A9'
3+
$url64 = 'https://proton.me/download/pass/windows/ProtonPass_Setup_1.33.0.exe'
4+
$checksum64 = 'F7C4D078AFC0691389092F0C94BE55672935958CF0743335A824F7876151ED5C'
55
$checksumType64 = 'sha256'
66

77
if ((Get-IsWinServer)) {

0 commit comments

Comments
 (0)