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 Apr 8, 2019
1 parent 9c29307 commit d9b4078
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.7.0</version>
<version>2.7.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
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.7.0.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.7.1.exe'
softwareName = 'Cacher*'
checksum = 'c7bdaa1923323f2d3b3681ac259d8d1d14686a284b3ef269b14c1c8e6f40cbad647be0a09ea0658773fc86d3b77e19e94e05fc8b5f90c66cdb7ce1285a4bde92'
checksum = 'e4d306167cd8422b1be01405df4325bf17acc9bf4a11ee604331f0849de642d15ad2e760f3acae351b74756093bbfa3d5b3e04ef4517a66d5ff8d0702a240e70'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit d9b4078

Please sign in to comment.