Skip to content

Commit

Permalink
AU: 3 updated - clipgrab itunesfusion logfusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 11, 2017
1 parent 4607bd0 commit 8f9a702
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/clipgrab/clipgrab.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>clipgrab</id>
<version>3.6.4</version>
<version>3.6.5</version>
<title>Clipgrab</title>
<owners>chocolatey</owners>
<authors>Philipp Schmieder Medien</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/clipgrab/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = 'clipgrab'
fileType = 'exe'
url = 'https://download.clipgrab.org/clipgrab-3.6.4-cgde.exe'
checksum = '12c2d25eaccb6e82c71e2b814cd565b6d7bb6a706c48afcc31fb7cd3267f5cca'
url = 'https://download.clipgrab.org/clipgrab-3.6.5-cgde.exe'
checksum = 'f28ef377725c65061860ff9b16452a88f3b94429fbf5d4ee4c140663dbb1a59b'
checksumType = 'sha256'
silentArgs = '/VERYSILENT'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/itunesfusion/itunesfusion.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>itunesfusion</id>
<version>2.6</version>
<version>3.0</version>
<title>iTunesFusion</title>
<authors>Binary Fortress Software</authors>
<projectUrl>https://www.itunesfusion.com</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/itunesfusion/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'iTunesFusion'
url = 'https://binaryfortressdownloads.com/Download/BFSFiles/102/iTunesFusionSetup-2.6.exe'
checksum = '2ce11ce6f3c5ed6a6b24d47c9ea346488ba5fa46ae525b31f9adf7246e06fa1f'
url = 'https://binaryfortressdownloads.com/Download/BFSFiles/102/iTunesFusionSetup-3.0.exe'
checksum = '82892fe3dc04d9518a6ce33a16fc81d1ed672796b7ba0e652f3f59eabd8d8054'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/VERYSILENT /LAUNCHAFTER=0'
Expand Down
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>5.2.1</version>
<version>6.0</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-5.2.1.exe'
checksum = '5ebaa729f3763f618961fd406ed5bd1828fee656e2d330b76b699084623be902'
url = 'https://binaryfortressdownloads.com/Download/BFSFiles/117/LogFusionSetup-6.0.exe'
checksum = '995fff6d2819f1b1b8b3929ced8142de02e4909f170e812e93c71ae0c768c08b'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/VERYSILENT /LAUNCHAFTER=0'
Expand Down

0 comments on commit 8f9a702

Please sign in to comment.