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 13, 2019
1 parent 317f9d3 commit 34dde0b
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.7.2</version>
<version>2.8.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
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.7.2.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.8.0.exe'
softwareName = 'Cacher*'
checksum = 'abdabf71e963635ac06b4ec7a4697520d3a114319c3f3d43c5be840f933a06ec615eaf4587408bd7eac5d8ff5d3d10cd263f7b208065e6f1c15afe95ee2be903'
checksum = '68640b745aad3a9d374038c374f7b07f6d8c42136e82fd8c98b111d56dcb4d9c852e784a83ba9b01ff8f53d833da480296f8732db1e24cc913e07a93fa05f8d2'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 34dde0b

Please sign in to comment.