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 Sep 19, 2019
1 parent 0fb0b12 commit 1d73463
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.18.1</version>
<version>2.18.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
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.18.1.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.18.2.exe'
softwareName = 'Cacher*'
checksum = '4c1c1062b06b4414783680f93c3035e3da5c7d455a123dc6d07477e3fbb739b084b7c9ec8bbb842ed91586db1287c72e9f4ba44477272dc961e450cc3c25a0f5'
checksum = 'bcf3b5ccc79c9d8e3993b88d7dc70a2afa75c922807802b30bdc1b690dfd364416ba96946ac141e6580224e7822c6defaf119e5257b15096493811fdeba76ac9'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 1d73463

Please sign in to comment.