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 Apr 17, 2019
1 parent ed56eab commit f48d075
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.8.0</version>
<version>2.8.1</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.8.0.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.8.1.exe'
softwareName = 'Cacher*'
checksum = '68640b745aad3a9d374038c374f7b07f6d8c42136e82fd8c98b111d56dcb4d9c852e784a83ba9b01ff8f53d833da480296f8732db1e24cc913e07a93fa05f8d2'
checksum = 'e1fa655e498d1006f560944286dfe9701b18f767d5d88d84985a95ead8ac2b6f1a5f7ac8c82bae5382b7364be02d922ecefa2a07ff473c931f291bce278752db'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit f48d075

Please sign in to comment.