From cd3211dffe2bf630269025444c802dab7f85970c Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Mon, 10 Jun 2019 16:11:12 +0000 Subject: [PATCH] AU: 1 updated - cacher [skip ci] https://gist.github.com/747b3ede98c9404e5cb6a399595e7ad1/17713db2015d23a9be9acc3f262215b16e85b0c5 --- 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 aecddba4f..c8f1a188e 100644 --- a/automatic/cacher/cacher.nuspec +++ b/automatic/cacher/cacher.nuspec @@ -3,7 +3,7 @@ cacher - 2.10.4 + 2.10.5 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 472f8d82b..f89544c1e 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.10.4.exe' + url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.10.5.exe' softwareName = 'Cacher*' - checksum = 'e76d43d245b2b2926676e9f270cdda5b31f821e8d0e5109a590be0bb2dd33e09e921175a5b3addc0b9d54f961bd2024ece98d800af5a30c4c98a5d084c6cccc4' + checksum = 'c7e855f89f09e97939f7ee1d561daddc41d07f69aad340c1cc2f37ac6658b5a5f2a0cc961a35999f148098a41fa9adaaa9079c659ee0b21264ed7d2f51a4af06' checksumType = 'sha512' silentArgs = '/S' validExitCodes = @(0)