Skip to content

Commit

Permalink
AU: 4 updated - displayfusion filezilla kubernetes-kompose logfusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 23, 2019
1 parent 4790931 commit acdae71
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automatic/displayfusion/displayfusion.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "9.6",
"stable": "9.6.1",
"unstable": "9.5-c"
}
2 changes: 1 addition & 1 deletion automatic/displayfusion/displayfusion.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>displayfusion</id>
<version>9.6</version>
<version>9.6.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/displayfusion</packageSourceUrl>
<owners>chocolatey, keithlammers, the-running-dev</owners>
<title>DisplayFusion</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/displayfusion/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://www.displayfusion.com/Download/>
and can be verified by doing the following:

1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/101/DisplayFusionSetup-9.6.exe>
1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/101/DisplayFusionSetup-9.6.1.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: CFACF7E048791121EFE370A53816F23C9FE77299C36E2FCFEDAB310065746EA0
checksum: 484AC77AE1698E660758ADCA55F21147722B9F31177DC64922B8E9256255461E

The file 'LICENSE.txt' has been obtained from <https://www.displayfusion.com/License/>
2 changes: 1 addition & 1 deletion automatic/displayfusion/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $localeTwoLetter = (Get-UICulture).TwoLetterISOLanguageName
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\DisplayFusionSetup-9.6.exe"
file = "$toolsPath\DisplayFusionSetup-9.6.1.exe"
softwareName = 'displayfusion*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LANG=$localeTwoLetter /STARTUPALL=1 /CONTEXTMENU=0 /LAUNCHAFTER=0 /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0, 1641, 3010)
Expand Down
2 changes: 1 addition & 1 deletion automatic/filezilla/filezilla.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>filezilla</id>
<title>FileZilla</title>
<version>3.46.2</version>
<version>3.46.3</version>
<authors>Tim Kosse, other FileZilla committers</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>FileZilla – The free FTP solution</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/filezilla/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.46.2_win32-setup.exe?h=i29V1WAeph0L2iUE8yk_ww&x=1576868877
x64: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.46.2_win64-setup.exe?h=mRSd5kklsGRfB9k__zThkA&x=1576868877
x32: https://dl4.cdn.filezilla-project.org/client/FileZilla_3.46.3_win32-setup.exe?h=YLPuP3NdwsZBVdFzgu7BAA&x=1577128062
x64: https://dl4.cdn.filezilla-project.org/client/FileZilla_3.46.3_win64-setup.exe?h=Hb0rQH9KtEjo5vhCCdGo0A&x=1577128062

to download the installer.

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

checksum32: B3DFD73CD1CC889651CB2FBF5EF13C89D1C1DAD083B227F2BC61C49C9640675D
checksum64: 023170C1565610D4B680BAB90C082633DA3235760D76E3040F2EFFC47769C38A
checksum32: 6C5E47894BEAFEBB87CA1600CECDD7C890E144F764A031FFF72F1D19A26569E4
checksum64: A341AFECE7E98CABC33AF25C1B659E53D8C0AD6F9C421B0E769A7CB46F2C6A4A

Using AU:

Expand Down
2 changes: 1 addition & 1 deletion automatic/kubernetes-kompose/kubernetes-kompose.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>kubernetes-kompose</id>
<version>1.19.0</version>
<version>1.20.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/kubernetes-kompose</packageSourceUrl>
<owners>chocolatey,Andrei Bejenaru</owners>
<title>Kompose: Go from Docker Compose to Kubernetes</title>
Expand Down
6 changes: 3 additions & 3 deletions automatic/kubernetes-kompose/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software has been downloaded from the listed download
location on <https://github.com/kubernetes/kompose/releases/tag/v1.19.0>
location on <https://github.com/kubernetes/kompose/releases/tag/v1.20.0>
and can be verified by doing the following:

1. Download the following:
software: <https://github.com/kubernetes/kompose/releases/download/v1.19.0/kompose-windows-amd64.exe>
software: <https://github.com/kubernetes/kompose/releases/download/v1.20.0/kompose-windows-amd64.exe>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -17,6 +17,6 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type:
checksum: 5752161A0C5FF6FDACA31BDEC80CBA8F8CBD3698ED46F90E1B888B8F8774D1B1
checksum: B62C28FFB79AB2C42E0AB7DA74824B1AA43DC97E775198C9E744FD89A3CD2B84

The file 'LICENSE.txt' has been obtained from <https://github.com/kubernetes/kompose/blob/34d72c757906dd05499fedbe214850b41ea712b1/LICENSE>
2 changes: 1 addition & 1 deletion automatic/logfusion/logfusion.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>logfusion</id>
<version>6.3</version>
<version>6.3.1</version>
<title>LogFusion</title>
<authors>Binary Fortress Software</authors>
<projectUrl>https://www.logfusion.ca</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/logfusion/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'LogFusion'
url = 'https://binaryfortressdownloads.com/Download/BFSFiles/117/LogFusionSetup-6.3.exe'
checksum = '8e6d34dfb4dbbd158102ea08782d6844dd6dcfc0d5a444a595f5c7689693e553'
url = 'https://binaryfortressdownloads.com/Download/BFSFiles/117/LogFusionSetup-6.3.1.exe'
checksum = 'fff11e9cbb033856fe4aaa9d0b4cb296407a7c45c77c4ae233867b041016ac4d'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/VERYSILENT /LAUNCHAFTER=0'
Expand Down

0 comments on commit acdae71

Please sign in to comment.