From baf617c1f3265bdba8c2620dc45d5ce69c5c2787 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Sun, 6 Jan 2019 00:10:23 +0000 Subject: [PATCH] AU: 1 updated - cacher [skip ci] https://gist.github.com/747b3ede98c9404e5cb6a399595e7ad1/cb5c46bd36c3d4b30048d3ab425ab007d749114d --- 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 06d4b9620..25102ff4b 100644 --- a/automatic/cacher/cacher.nuspec +++ b/automatic/cacher/cacher.nuspec @@ -3,7 +3,7 @@ cacher - 2.3.1 + 2.3.3 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 fb5ab95e4..7dc0406af 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.3.1.exe' + url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.3.3.exe' softwareName = 'Cacher*' - checksum = '017a62d43790e96fa4e8d8113e616e7c9ac783c2ca95f03b0cb3cc8c0e7d883a0545e21674159f6a68a77e3f3c1dce19f5a5f1d039435da3e29825c17568c707' + checksum = 'f52bdd42f6e013d75563fd7083b83fb65b8905c12e2939e12732469edaf6581aa746a0a803ac5e4a4b7cb75cc40ab061489d9a8d3a5aea1bd7460f8a1e7bb6ed' checksumType = 'sha512' silentArgs = '/S' validExitCodes = @(0)