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 Jan 25, 2019
1 parent 51e8f38 commit 5c2eb46
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
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cacher</id>
<version>2.5.3</version>
<version>2.5.4</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
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.5.3.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.5.4.exe'
softwareName = 'Cacher*'
checksum = '40b49359d70846dde8d168a2d4ca3850723023c41bd5cc99b31b4b410941ba4f094aafa7dbb3a31e4b67ca8095b314b4cf9e4373b7230d3ca7ea678ae5c479ca'
checksum = '3d58ead3b0bac370ab4351f913bf0507930ccfb1f8362eb53efd84bed4136afc27829a977ae8cfcd12dd609899527a524982ae2c2ffa26a7d10feb5dddaf134d'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 5c2eb46

Please sign in to comment.