Skip to content

Commit

Permalink
AU: 3 updated - bulk-crap-uninstaller smartftp webstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 15, 2017
1 parent 8a15ec3 commit 7fd0c31
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>bulk-crap-uninstaller</id>
<title>Bulk Crap Uninstaller</title>
<owners>chocolatey</owners>
<version>3.13</version>
<version>3.14</version>
<authors>Marcin Szeniak</authors>
<summary>Bulk Crap Uninstaller is an open source program uninstaller.</summary>
<description>
Expand Down
8 changes: 4 additions & 4 deletions automatic/bulk-crap-uninstaller/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'bulk-crap-uninstaller'
fileType = 'exe'
url = 'https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v3.13/BCUninstaller_3.13_setup.exe'
url64bit = 'https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v3.13/BCUninstaller_3.13_setup.exe'
checksum = '88058a9102ef9340e4a0b7439bd5d268c0053efda46edca046cdbeff525b9ab2'
checksum64 = '88058a9102ef9340e4a0b7439bd5d268c0053efda46edca046cdbeff525b9ab2'
url = 'https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v3.14/BCUninstaller_3.14_setup.exe'
url64bit = 'https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v3.14/BCUninstaller_3.14_setup.exe'
checksum = '21e8b25613b98f4680aa663cfed14db4095f71f13f2ff4a2114ef2304d95d593'
checksum64 = '21e8b25613b98f4680aa663cfed14db4095f71f13f2ff4a2114ef2304d95d593'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
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.2468.0</version>
<version>9.0.2469.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>
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 = '90f21abbf07318f5a8dd8fa1a62a31f798443c57f9399548b088a0cca04edc50'
checksum64 = 'd147801a4ea7006cfa8ef014fcde5eb53e38c36dd5f2aba09c290e714e83934f'
checksum = '9fc7104643d1ef280e193faf9f5437d5da0a3ef567381e25d6eaddb4e6141258'
checksum64 = 'fbbbce1100a14d2f066ab223e46cd309bc4984b65d2e9d63e8fa62f553c264c2'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
4 changes: 2 additions & 2 deletions automatic/webstorm/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains WebStorm*'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2017.2.1.exe'
checksum = 'f9394d61330e3a38c6fef8fb799b8908e7ce8add105f84c897c4746a6ca11ddd'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2017.2.2.exe'
checksum = 'e64a500083d4f410fdafb5bb4a04b6acabfad6c4cb1b1f3cb9e0651556b41e9d'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/S'
Expand Down
2 changes: 1 addition & 1 deletion automatic/webstorm/webstorm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>webstorm</id>
<version>2017.2.1</version>
<version>2017.2.2</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down

0 comments on commit 7fd0c31

Please sign in to comment.