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 10, 2019
1 parent 851808c commit cd3211d
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.10.4</version>
<version>2.10.5</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.10.4.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.10.5.exe'
softwareName = 'Cacher*'
checksum = 'e76d43d245b2b2926676e9f270cdda5b31f821e8d0e5109a590be0bb2dd33e09e921175a5b3addc0b9d54f961bd2024ece98d800af5a30c4c98a5d084c6cccc4'
checksum = 'c7e855f89f09e97939f7ee1d561daddc41d07f69aad340c1cc2f37ac6658b5a5f2a0cc961a35999f148098a41fa9adaaa9079c659ee0b21264ed7d2f51a4af06'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit cd3211d

Please sign in to comment.