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 23, 2018
1 parent 39e1266 commit 32529d5
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>1.5.6</version>
<version>1.5.7</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%201.5.6.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%201.5.7.exe'
softwareName = 'Cacher*'
checksum = 'dd1cd2d017acc99c32c8dd6040479849e5b7300c6b1c1bdde7e82bd73f7b9da6025cc10895abcf9da055f4815951005952553dea847b4e98950faf883de905a7'
checksum = 'd60a363c74b89e0a2b3bd06700adef2d878cb3dec722f2e36957b30b56c0e1b2f1f9588551f22d8e2903decdcaea96f2c5f4b29cce96a5e49bb3dbc3d2b180a7'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 32529d5

Please sign in to comment.