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 Oct 24, 2018
1 parent cafb71b commit cb02f86
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/cacher/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/1b97d18d2b1ace59d330e87f45f5d80221db10c0/icons/cacher.png" height="48" width="48" /> ![Cacher](https://img.shields.io/chocolatey/v/cacher.svg?label=Cacher&style=for-the-badge)](https://chocolatey.org/packages/cacher)
# [<img src="https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@1b97d18d2b1ace59d330e87f45f5d80221db10c0/icons/cacher.png" height="48" width="48" /> ![Cacher](https://img.shields.io/chocolatey/v/cacher.svg?label=Cacher&style=for-the-badge)](https://chocolatey.org/packages/cacher)

Cacher is like long term memory for software professionals. Use it to curate a library of useful code snippets for you and your team.

Expand Down
4 changes: 2 additions & 2 deletions automatic/cacher/cacher.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cacher</id>
<version>1.6.11</version>
<version>1.6.13</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/cacher</packageSourceUrl>
<owners>AdmiringWorm, </owners>
<title>Cacher</title>
<authors>Penguin Labs, LLC</authors>
<projectUrl>https://www.cacher.io/</projectUrl>
<iconUrl>https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/1b97d18d2b1ace59d330e87f45f5d80221db10c0/icons/cacher.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@1b97d18d2b1ace59d330e87f45f5d80221db10c0/icons/cacher.png</iconUrl>
<copyright>© 2018 Penguin Labs, LLC
All Rights Reserved</copyright>
<licenseUrl>https://www.cacher.io/terms/</licenseUrl>
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%201.6.11.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%201.6.13.exe'
softwareName = 'Cacher*'
checksum = '2bf8a3b87ac0bf57155663785f3ff218233a765de48a9c20c9a00d4112bf23cc7371ebbe6cbadee6abd9394815d98f7602498aa325e3c5bdee534bd2b024c845'
checksum = '26dab7db5002533d0824778f0f840797bf80698aa0614443d40a8610c27a492d27eb1a75179505709236f833439193073c0f76f18c30da930988b69bc03407e1'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit cb02f86

Please sign in to comment.