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 Jun 14, 2019
1 parent 3d046cf commit 306f757
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.11.1</version>
<version>2.11.2</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.11.1.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.11.2.exe'
softwareName = 'Cacher*'
checksum = '0eb3c1d412083c093ec77e28901d0dab67b1746cbc962abc2085f6d0e9fdb33d9c13a110a07b1354b1d565423b4e5eb715ba7c9c9f4e7be9a1b9e6707ae42548'
checksum = '81b22de3ffc6227df1fef6d018388a314db59cae6703190535906f4560a2b2266e0183276462442a6f01ce631366f344c5bebb09d0f1f78402780941ff8a9d44'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 306f757

Please sign in to comment.