From b2d96349215c14ff0b142d9d0d634762cf5ebd82 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Thu, 10 May 2018 16:14:05 +0000 Subject: [PATCH] AU: 1 updated - cacher [skip ci] https://gist.github.com/747b3ede98c9404e5cb6a399595e7ad1/e51973af4cd335ad51e4894c276ed42b33b8ab70 --- automatic/cacher/cacher.nuspec | 2 +- automatic/cacher/tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automatic/cacher/cacher.nuspec b/automatic/cacher/cacher.nuspec index 9abf662ff..d3dc004b7 100644 --- a/automatic/cacher/cacher.nuspec +++ b/automatic/cacher/cacher.nuspec @@ -3,7 +3,7 @@ cacher - 1.4.5 + 1.5.0 https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/cacher AdmiringWorm, Cacher diff --git a/automatic/cacher/tools/chocolateyinstall.ps1 b/automatic/cacher/tools/chocolateyinstall.ps1 index 94cd775ec..55f9b8d03 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%201.4.5.exe' + url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%201.5.0.exe' softwareName = 'Cacher*' - checksum = '86dc78a422f7e54c137e5fdbcd2f339b60a79457902f4458cd74d889c6e6ccc0562eca5d8af095858758feee74dad03b610d4ca444a7354125a8550c20c74a90' + checksum = 'f5edae5e5fc65984a164b5941eaf9e50db92cd540c6473d23815de08f498b2cb22b5a4f9876914ddb13b328f9e72b1468cf51f349456e0cec9c6f2accb3ffad8' checksumType = 'sha512' silentArgs = '/S' validExitCodes = @(0)