Skip to content

Commit d0f4918

Browse files
committed
1 parent 517ef01 commit d0f4918

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

automatic/sparkmail/sparkmail.nuspec

Lines changed: 1 addition & 1 deletion
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.30.1.139872</version>
38+
<version>3.30.1.139922</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

Lines changed: 2 additions & 2 deletions
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.30.1.139872/Spark.exe'
6-
checksum = '74dc557199784ab47ab13c3bdcab98fafc04895037b7e6bafb80bb1ae6cc78e0'
5+
url = 'https://downloads.sparkmailapp.com/Spark3/win/dist/3.30.1.139922/Spark.exe'
6+
checksum = '1629d53e385434b3837182225db36aa1f54e83f7610e6c4d090a38c4f004c952'
77
checksumType = 'SHA256'
88
fileType = 'EXE'
99
silentArgs = '/S'

0 commit comments

Comments
 (0)