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 Oct 4, 2019
1 parent 21766a5 commit d99d946
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.20.0</version>
<version>2.20.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.20.0.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.20.1.exe'
softwareName = 'Cacher*'
checksum = '8e9264975d2fd0e3241d0052a9af65bea7c3ac8a4c88523eef3fafa34414a3cf467c151ac8d6bf14f347236725fa0d995d2e3c0a9c3e940025fad0dc642a348c'
checksum = '8b262020f96c22a854872d117dca9f636ea9fa716c206093a5a32b7d7dd2f6b9e9a1dd17bf4af2636a436b8ec68ae2969671f5d7fe56598954db11430fa4ca82'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit d99d946

Please sign in to comment.