Skip to content

Commit cd86346

Browse files
committed
1 parent bfec0a9 commit cd86346

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

automatic/sparkmail/sparkmail.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ distribution rights. -->
3535
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's
3636
possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the
3737
version number is final, that is considered a released version and not a prerelease. -->
38-
<version>3.21.2.99762</version>
38+
<version>3.21.3.100475</version>
3939
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/sparkmail</packageSourceUrl>
4040
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for
4141
compatibility reasons. It basically means you. -->

automatic/sparkmail/tools/chocolateyInstall.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
$packageArgs = @{
44
packageName = $env:ChocolateyPackageName
5-
url = 'https://downloads.sparkmailapp.com/Spark3/win/dist/3.21.2.99762/Spark.exe'
6-
checksum = 'fe5f4ed9fffcdcb367e34d620173ffe43f8e40d6e521e49a427c40801c58d146'
5+
url = 'https://downloads.sparkmailapp.com/Spark3/win/dist/3.21.3.100475/Spark.exe'
6+
checksum = '0c5396b2419fe4f2d2cf32c195d9b373dd1a569dee6dae00bcb0ffa7b5c1763e'
77
checksumType = 'SHA256'
88
fileType = 'EXE'
99
silentArgs = '/S'

0 commit comments

Comments
 (0)