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 29, 2019
1 parent 78b4702 commit f4d9f8b
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.3</version>
<version>2.10.4</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.3.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.10.4.exe'
softwareName = 'Cacher*'
checksum = '15d20695348d87952e1b662cb293b2bd4090c8bfd21c26253d3b7ea2f7a4e7cbda002d183e7323428244c81f36c3b2b12a6793cb5b1b7ade7d359bbc316c618d'
checksum = 'e76d43d245b2b2926676e9f270cdda5b31f821e8d0e5109a590be0bb2dd33e09e921175a5b3addc0b9d54f961bd2024ece98d800af5a30c4c98a5d084c6cccc4'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit f4d9f8b

Please sign in to comment.