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 May 10, 2019
1 parent f762c3b commit 1fdab95
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.8.3</version>
<version>2.9.0</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.8.3.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.9.0.exe'
softwareName = 'Cacher*'
checksum = '6ca8b495391bdaa2941e431121632c41434323a8b4bad506735bd63588edec67c311233e22308f6117453ee58171d8a82b33a3d3bbcf2c1ef35d6e0aa8048de4'
checksum = '64a2872ad2f07a79b75876dbb61ece0c56ee5fbd296a807b513d4fd123397f753cacec1ba069e56776e5f8a0951aceed48187916ae7bf9228fd1d72a67b18046'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 1fdab95

Please sign in to comment.