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 Jul 29, 2019
1 parent bfcb85a commit 3373645
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.13.2</version>
<version>2.13.3</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.13.2.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.13.3.exe'
softwareName = 'Cacher*'
checksum = '73c0972b0bf85cdc90ccb4722fe017d7167825d3e445cafb05ac0a94b820cde2fdea3119a1ed570a4be962c4d80f345ca71fca860580b921efba694019f761e9'
checksum = 'b165211a8c7511ce6cde017b43d2b43b9f472f5823eb046a20c23e6080e6ada1932ddbe4769a63f9df45ca96d9da475c6907700f265a2f7b4ceb9464debbab4b'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 3373645

Please sign in to comment.