From 22821decf98b1665c20a162ef77550910dc6d26c Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Mon, 19 Nov 2018 16:08:35 +0000 Subject: [PATCH] AU: 1 updated - cacher [skip ci] https://gist.github.com/747b3ede98c9404e5cb6a399595e7ad1/63d5bc497538d13e8c2c5a2a4f9c8fe4e995cc7d --- 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 d693c3d54..7c3552899 100644 --- a/automatic/cacher/cacher.nuspec +++ b/automatic/cacher/cacher.nuspec @@ -3,7 +3,7 @@ cacher - 2.0.11 + 2.1.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 a4e1e8e37..d3eb8c37e 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.11.exe' + url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.1.0.exe' softwareName = 'Cacher*' - checksum = '063f1e48416c19d8076c01e141bd080d7f755147831fff893ed28401891f6256e471296295cfdc8386ea0d0d2c801e0f59f91901b6e40da1156103af8caa7261' + checksum = 'e33e912ba9da630af7492c70564cdcbbbf93050a2682ec19b66a8d8ab473f8d5cc39426323ca1d85e0ce02f9fdfb2b0760be4059c713d11f47db461905f3888b' checksumType = 'sha512' silentArgs = '/S' validExitCodes = @(0)