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 11, 2019
1 parent 0b03c30 commit 78d7c2b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions automatic/cacher/Changelog.md
Original file line number Diff line number Diff line change
@@ -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
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.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)
# [<img src="https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@94ca7adb85455d21827736342251a22cab336bf1/automatic/cacher/icons/48x48.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>2.11.4</version>
<version>2.12.0</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.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@1b97d18d2b1ace59d330e87f45f5d80221db10c0/icons/cacher.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@94ca7adb85455d21827736342251a22cab336bf1/automatic/cacher/icons/128x128.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%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)
Expand Down

0 comments on commit 78d7c2b

Please sign in to comment.