From d6e4dbead64bd69c2e194893981ee9884af9dfe1 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Wed, 14 Nov 2018 00:09:48 +0000 Subject: [PATCH] AU: 1 updated - cacher [skip ci] https://gist.github.com/747b3ede98c9404e5cb6a399595e7ad1/c50c288d08b0867327ae75a4293f1909a941ef8b --- 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 50bc065ac..2c6bb5711 100644 --- a/automatic/cacher/cacher.nuspec +++ b/automatic/cacher/cacher.nuspec @@ -3,7 +3,7 @@ cacher - 2.0.9 + 2.0.10 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 8dacb9e4b..99e1bbbe0 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.0.9.exe' + url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.0.10.exe' softwareName = 'Cacher*' - checksum = 'f5d6a9afefe161fd20cb81fcc2b3e352894a3c0c3ebd218a3f7717ac5004abd1081ba39c7073b990f04d52d401487cf497f4ef5d94eed21d91ff7d875330b196' + checksum = '1f520df7d8d5bb52fa509adb97f19b79dcec07ed342b53c2b25ebd7d447b4ee8f833bbf4567faf3f6f133bd1b5eb2239753c45cefc740cae272a57b900d1761f' checksumType = 'sha512' silentArgs = '/S' validExitCodes = @(0)