Skip to content

Commit 4c23f54

Browse files
committed
1 parent 833befb commit 4c23f54

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

automatic/sparkmail/sparkmail.nuspec

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tools or commands will error on those elements
1818
distribution rights. -->
1919
<!-- * If you are an organization making private packages, you probably have no issues here -->
2020
<!-- * If you are releasing to the community feed, you need to consider distribution rights. -->
21-
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter
21+
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter
2222
enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
2323
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
2424
<metadata>
@@ -37,7 +37,7 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t
3737
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's
3838
possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the
3939
version number is final, that is considered a released version and not a prerelease. -->
40-
<version>3.3.3.42970</version>
40+
<version>3.3.4.45041</version>
4141
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/sparkmail</packageSourceUrl>
4242
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for
4343
compatibility reasons. It basically means you. -->
@@ -62,10 +62,8 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t
6262
<summary>An email application.</summary>
6363
<description>Spark is an email application by Readdle.
6464

65-
**NOTE**: This package is automatically updated. If it is out of date and there is no
66-
newer package submitted, please use the `Contact Maintainers` functionality to alert
67-
them.
68-
</description>
65+
**NOTE**: This package is automatically updated. If it is out of date and there is no newer package submitted, please use the `Contact Maintainers` functionality to alert them.
66+
</description>
6967
<!-- <releaseNotes></releaseNotes> -->
7068
<!-- =============================== -->
7169
<!-- Specifying dependencies and version ranges?

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.3.3.42970/Spark.exe'
6-
checksum = 'b5ef341ada26bdda92dd0611e84639cae3ea6333a097083410596f6a7d92262e'
5+
url = 'https://downloads.sparkmailapp.com/Spark3/win/dist/3.3.4.45041/Spark.exe'
6+
checksum = 'c8c48de94eb269f87a1ddf3f399076e34cc95c92b568eb3be583f604980a1946'
77
checksumType = 'SHA256'
88
fileType = 'EXE'
99
silentArgs = '/S'

0 commit comments

Comments
 (0)