diff --git a/automatic/cacher/Changelog.md b/automatic/cacher/Changelog.md index c852d270b..45ac8fbef 100644 --- a/automatic/cacher/Changelog.md +++ b/automatic/cacher/Changelog.md @@ -1,5 +1,9 @@ # ![Cacher Changelog](https://img.shields.io/badge/Cacher-Package%20Changelog-blue.svg?style=for-the-badge) +## Version: 2.12.0 (2019-07-11) + +- Move all icons to their respective package directory [#47](https://github.com/AdmiringWorm/chocolatey-packages/issues/47) + ## Version: 1.2.1 (2018-01-12) - Added new package diff --git a/automatic/cacher/Readme.md b/automatic/cacher/Readme.md index 83639adcb..fb52e1e38 100644 --- a/automatic/cacher/Readme.md +++ b/automatic/cacher/Readme.md @@ -1,4 +1,4 @@ -# [ ![Cacher](https://img.shields.io/chocolatey/v/cacher.svg?label=Cacher&style=for-the-badge)](https://chocolatey.org/packages/cacher) +# [ ![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. diff --git a/automatic/cacher/cacher.nuspec b/automatic/cacher/cacher.nuspec index 5483c49c3..5bf3e0d10 100644 --- a/automatic/cacher/cacher.nuspec +++ b/automatic/cacher/cacher.nuspec @@ -3,13 +3,13 @@ cacher - 2.11.4 + 2.12.0 https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/cacher AdmiringWorm, Cacher Penguin Labs, LLC https://www.cacher.io/ - https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@1b97d18d2b1ace59d330e87f45f5d80221db10c0/icons/cacher.png + https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@94ca7adb85455d21827736342251a22cab336bf1/automatic/cacher/icons/128x128.png © 2018 Penguin Labs, LLC All Rights Reserved https://www.cacher.io/terms/ diff --git a/automatic/cacher/tools/chocolateyinstall.ps1 b/automatic/cacher/tools/chocolateyinstall.ps1 index 4176702fd..12697ab3c 100644 --- a/automatic/cacher/tools/chocolateyinstall.ps1 +++ b/automatic/cacher/tools/chocolateyinstall.ps1 @@ -3,9 +3,9 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.11.4.exe' + url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.12.0.exe' softwareName = 'Cacher*' - checksum = '5c095b4473879fe080c6a4adffef43f9d9178ff1006433c45fcf9c3b1771477835dbd6627eeb33e26a0384dbdde2e69fbd8caf2067f7d655a247bae76c1f6de3' + checksum = 'c7e25ff6ec7c22dd6f656ecf8f4c80acccb630f346c35c7596c8be921ea708d9c73f02cb0d1e291f8c52c4163967973ea41af94efc219e725fdc14218810cd96' checksumType = 'sha512' silentArgs = '/S' validExitCodes = @(0)