Skip to content

Commit

Permalink
AU: 2 updated - cacher io-ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 29, 2019
1 parent 10a7d90 commit e665fea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/cacher/cacher.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>cacher</id>
<version>2.6.9</version>
<version>2.7.0</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/cacher</packageSourceUrl>
<owners>AdmiringWorm, </owners>
<title>Cacher</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/cacher/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.6.9.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.7.0.exe'
softwareName = 'Cacher*'
checksum = '9cfd43468d2707dc8d0ac42fd95fc732ffe0e7408ee698e14fe1e54feaa0ed18e5a6e1a6a52cbbdce3bdd4a1b1f9b887a850a86e0342d91ec3d4f3adb92ce27f'
checksum = 'c7bdaa1923323f2d3b3681ac259d8d1d14686a284b3ef269b14c1c8e6f40cbad647be0a09ea0658773fc86d3b77e19e94e05fc8b5f90c66cdb7ce1285a4bde92'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/io-ninja/io-ninja.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>io-ninja</id>
<version>3.10.3</version>
<version>3.10.4</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/io-ninja</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>IO Ninja</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/io-ninja/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Import-Certificate -FilePath "$toolsPath\io-ninja.cer" -CertStoreLocation "Cert:
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
url = 'https://tibbo.com/downloads/archive/ioninja/ioninja-3.10.3/ioninja-3.10.3-windows-x86.msi'
url64bit = 'https://tibbo.com/downloads/archive/ioninja/ioninja-3.10.3/ioninja-3.10.3-windows-amd64.msi'
url = 'https://tibbo.com/downloads/archive/ioninja/ioninja-3.10.4/ioninja-3.10.4-windows-x86.msi'
url64bit = 'https://tibbo.com/downloads/archive/ioninja/ioninja-3.10.4/ioninja-3.10.4-windows-amd64.msi'
softwareName = 'IO Ninja*'
checksum = 'c5b6d33e3ebbefdcb4a9a0042a4baad6edf8aa5e2829611957ffe798ea5e839c139cd1c7a1fac4a4fc72a89fd3ea343cf98140f6afcf661b8d160cd64e481244'
checksum = 'c6e32908c2366714bac7f4bd9bbd18e7674040e3fd6b6b8554241e8541dd837dbda4ac6798a0f9083fcd2df2fe28005baf8c5cb42b78a8a7d44f70b82a48fbf8'
checksumType = 'sha512'
checksum64 = '993ac9296ddb7662c1c5afdfa220194bb447a94f27eb6bb40ebe7bc49fd195426d088a7fe9c74eb6253161c5f49cc34546ba958195f0319852b4c3e2cdd440af'
checksum64 = '4a22ee6d51b33f29bb7d24a4e80e178d6f5c6c518ab81cb9e6efefee4aabcabdbff9bf067f88d91dcb8667d739e126cfc2e624f931b34f7ffcb0c16c5c507f73'
checksumType64 = 'sha512'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down

0 comments on commit e665fea

Please sign in to comment.