Skip to content

Commit

Permalink
AU: 1 updated - cacher
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 24, 2019
1 parent c85d765 commit 3e188a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/cacher/cacher.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cacher</id>
<version>2.6.7</version>
<version>2.6.8</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
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.6.7.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.6.8.exe'
softwareName = 'Cacher*'
checksum = '7a5cdcb9635e594a537740ea6a7522dc256f6b0d5a1bea61ede59566eff803a656bde146a8e604fb157047ad377854872180e015ba8bccf10bc82e7902e2a79b'
checksum = 'a9f408fc215ac164577c57625fc7ed37ef4deb3cd49c198d1e281b1592f54c34a6a02d7b19c2f8362b675e318a65e156e963091f16612aca0d28c79111938b4d'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 3e188a8

Please sign in to comment.