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 Nov 19, 2018
1 parent f490cb7 commit 22821de
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.0.11</version>
<version>2.1.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.0.11.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.1.0.exe'
softwareName = 'Cacher*'
checksum = '063f1e48416c19d8076c01e141bd080d7f755147831fff893ed28401891f6256e471296295cfdc8386ea0d0d2c801e0f59f91901b6e40da1156103af8caa7261'
checksum = 'e33e912ba9da630af7492c70564cdcbbbf93050a2682ec19b66a8d8ab473f8d5cc39426323ca1d85e0ce02f9fdfb2b0760be4059c713d11f47db461905f3888b'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 22821de

Please sign in to comment.