Skip to content

Commit

Permalink
AU: 6 updated - cutepdf Firefox smartftp thunderbird vim waterfox-cla…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 4, 2020
1 parent 9f2c86a commit ae0c9d0
Show file tree
Hide file tree
Showing 19 changed files with 344 additions and 344 deletions.
2 changes: 1 addition & 1 deletion automatic/cutepdf/cutepdf.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>cutepdf</id>
<title>CutePDF Writer</title>
<version>4.0.0.201</version>
<version>4.0.0.300</version>
<authors>Acro Software Inc.</authors>
<owners>chocolatey,Redsandro,Thilas</owners>
<summary>Free PDF printer driver with no watermarks.</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/cutepdf/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3304512|4.0.0.201
5275224|4.0.0.300
4 changes: 2 additions & 2 deletions automatic/cutepdf/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $packageArgs = @{
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' # Inno Setup Package
validExitCodes= @(0)
softwareName = 'cutepdf*'
checksum = '88490EB055EB1F594B30436CD299D5F0C1B425978128424EBF3D3124B6B9E42CC9E0E8FC556B1FA3589A1E76E4E23D99D4647DADA4EED0A0CE598C4357E8996A'
checksumType = 'sha512'
checksum = '10E2A668D8CB6A038875DDB099BF9EDC26CF8911FCBB63C3A053DE3FE9695074DE43C88B9F9722A404CC8343E017307B91F99A23004E92DDFB4140C51E41473B'
checksumType = 'SHA512'
}

# Make sure Print Spooler service is up and running
Expand Down
2 changes: 1 addition & 1 deletion automatic/firefox/firefox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"latest": "77.0",
"latest": "77.0.1",
"esr": "68.9.0"
}
4 changes: 2 additions & 2 deletions automatic/firefox/firefox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>77.0</version>
<version>77.0.1</version>
<authors>Mozilla</authors>
<projectUrl>https://www.mozilla.org/en-US/firefox/new/</projectUrl>
<projectSourceUrl>https://hg.mozilla.org/mozilla-central/</projectSourceUrl>
Expand Down Expand Up @@ -58,7 +58,7 @@ Command-line options for installer configuration. See the [official page](https:
]]></description>
<summary>Bringing together all kinds of awesomeness to make browsing better for you</summary>
<tags>browser mozilla firefox admin foss cross-platform</tags>
<releaseNotes>https://www.mozilla.org/en-US/firefox/77.0/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/77.0.1/releasenotes/</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/firefox</packageSourceUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
384 changes: 192 additions & 192 deletions automatic/firefox/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions automatic/firefox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $softwareName = 'Mozilla Firefox'

$pp = Get-PackageParameters

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '77.0')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '77.0.1')

if (Get-32bitOnlyInstalled -product $softwareName) {
Write-Output $(
Expand Down Expand Up @@ -62,15 +62,15 @@ else {
softwareName = "$softwareName*"
Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://download.mozilla.org/?product=firefox-77.0-ssl&os=win&lang=${locale}"
Url = "https://download.mozilla.org/?product=firefox-77.0.1-ssl&os=win&lang=${locale}"
silentArgs = "$sa /S"
validExitCodes = @(0)
}

if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-77.0-ssl&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-77.0.1-ssl&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey</owners>
<version>9.0.2763.0</version>
<version>9.0.2764.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
4 changes: 2 additions & 2 deletions automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'msi'
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = 'b2252ad8c95d8fef4eaee4af23e8bd103e0b39067c8ef9919d9b1d92e9c727a7'
checksum64 = 'db8b68072b40768335a5b7691ef857395e78f6199a81d9c7880b11e7426ac334'
checksum = '80e530de28e3dec2051e8c71471d7f06a5bd1ca20018587682b076bcc068c7d1'
checksum64 = '58e0ff89557cbab765e142fb12d2459d81f17095b9de0fc5ce164b0e0518a25d'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
2 changes: 1 addition & 1 deletion automatic/thunderbird/thunderbird.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>thunderbird</id>
<version>68.8.1</version>
<version>68.9.0</version>
<title>Mozilla Thunderbird</title>
<owners>chocolatey</owners>
<authors>Mozilla</authors>
Expand Down
Loading

0 comments on commit ae0c9d0

Please sign in to comment.