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 Aug 1, 2019
1 parent 78a0d5b commit ff326bf
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
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.13.5</version>
<version>2.14.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
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.13.5.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.14.1.exe'
softwareName = 'Cacher*'
checksum = '4b775f9199f21e7a54221df367f8ebcba69c9122ddbf3f35bc920ba5f9ace3de9791befd870bb5237a2c26c716c03136af685bd9de62881df43e22cb2c600967'
checksum = '02de0fb3f47142504e2f78e39a96eb6deb73cc124096c0390cc70646bac2dddccb476b25de96ff644fafe0b63bd7068e9ecc0553d3dfad9c8ca096256a27eaf5'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit ff326bf

Please sign in to comment.