Skip to content

Commit

Permalink
AU: 4 updated - bleachbit bleachbit.install smartftp waterfox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 24, 2019
1 parent cac8535 commit a696331
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/bleachbit.install/bleachbit.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>bleachbit.install</id>
<version>2.2.0.20190520</version>
<version>3.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/bleachbit.install</packageSourceUrl>
<owners>chocolatey,dtgm</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/bleachbit.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ and can be verified like this:

1. Download the following installer(s):

x86: https://download.bleachbit.org/BleachBit-2.2-setup.exe
x86: https://download.bleachbit.org/BleachBit-3.0-setup.exe

2. You can use one of the following methods to obtain the checksum:
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 81C1DBA7C3DADE0AAF564CF4F8730D5AF519644261F0417E17813BE519462853
checksum32: 00A37E0B19F1649C68B4E3B60AF7D1806EB63E3079D83FD48EF6E32B011B5733

The included 'LICENSE.txt' file have been obtained from:
https://github.com/bleachbit/bleachbit/blob/master/COPYING
4 changes: 2 additions & 2 deletions automatic/bleachbit/bleachbit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>bleachbit</id>
<version>2.2.0.20190520</version>
<version>3.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/bleachbit</packageSourceUrl>
<owners>chocolatey,dtgm</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
Expand Down Expand Up @@ -43,7 +43,7 @@ BleachBit has many useful features designed to help you easily [clean](https://w
]]></description>
<releaseNotes>https://www.bleachbit.org/news</releaseNotes>
<dependencies>
<dependency id="bleachbit.install" version="[2.2.0.20190520]" />
<dependency id="bleachbit.install" version="[3.0]" />
</dependencies>
</metadata>
<files />
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.2709.0</version>
<version>9.0.2710.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 = '3cf499c0fd53e54c7764e9578dc9d0d575b090c82fc1597bceedf351cc55df1c'
checksum64 = '172fda4e7f233382e3c1ed4deec2184c062846bc577e6c0271d26d6430f96179'
checksum = 'ae82a359ea38626f131f8cbcef2e393aa33f2b87fcffa5a3a0076fffd17c810f'
checksum64 = '70a41bbe19d7930eb1ac7d866f600e8873c79ee63c7959d6285ec6b732900f0d'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
4 changes: 2 additions & 2 deletions automatic/waterfox/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://www.waterfox.net/releases/>
and can be verified like this:

1. Download <https://storage-waterfox.netdna-ssl.com/releases/win64/installer/Waterfox%2056.2.14%20Setup.exe>
1. Download <https://storage-waterfox.netdna-ssl.com/releases/win64/installer/Waterfox%20Classic%202019.10%20Setup.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: 818494CEA04FE461191CA1A4314DCC3CEC32B8A17875353D625DBB21D0C674AF
checksum: 3F58D5A5B1379323729CCB75374E1213C4AD7B4209F63EAD1D5E3C2C0C00538F

File 'LICENSE.md' is obtained from <https://github.com/MrAlex94/Waterfox/blob/1bc2fb60abf0fa173b69ca94f660115d76f09f4f/LICENSE>
2 changes: 1 addition & 1 deletion automatic/waterfox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $packageArgs = @{
packageName = 'waterfox'
fileType = 'exe'
softwareName = 'Waterfox*'
file = "$toolsDir\Waterfox 56.2.14 Setup_x64.exe"
file = "$toolsDir\Waterfox Classic 2019.10 Setup_x64.exe"
silentArgs = "/S"
validExitCodes= @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.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>waterfox</id>
<version>56.2.14</version>
<version>2019.10</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/waterfox</packageSourceUrl>
<owners>chocolatey,tonigellida,admiringworm</owners>
<title>Waterfox</title>
Expand Down

0 comments on commit a696331

Please sign in to comment.