diff --git a/automatic/cacher/cacher.nuspec b/automatic/cacher/cacher.nuspec index d270f65fe..cfeced3c9 100644 --- a/automatic/cacher/cacher.nuspec +++ b/automatic/cacher/cacher.nuspec @@ -3,7 +3,7 @@ cacher - 1.5.15 + 1.6.1 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 215ff5875..3f5ecac85 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.5.15.exe' + url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%201.6.1.exe' softwareName = 'Cacher*' - checksum = '08359011e5b173702b2e6b9858f12ea272ef8d6ab083f3c1da849ddd00dd786f32dacf73872daecd7da65af76d713405c0a739a7b36232cf3ca6f365d8d6e8a1' + checksum = 'fb893d44d0e936dacb4b3b299556a6add5e417843af30fcc278b92b02d1ef86e514abdbcdb07561d509ff54cbb4d1f66ee6f7be2fb0f33b646749b4ec8ceca9f' checksumType = 'sha512' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/tablacus/legal/VERIFICATION.txt b/automatic/tablacus/legal/VERIFICATION.txt index a4e39b95f..9933bc255 100644 --- a/automatic/tablacus/legal/VERIFICATION.txt +++ b/automatic/tablacus/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum: 5DD9542551D39B5260F3AC222CAA99E640D35A645C387165CC9DB11BCEAAA2BC + checksum: 0929B88CC1B591975E4DBC92E49BC3D5D7AA9FE5A9892287EF9EE82EF9CF587B The file 'LICENSE.txt' has been obtained from diff --git a/automatic/tablacus/tablacus.nuspec b/automatic/tablacus/tablacus.nuspec index eff5d20bb..12a7a72db 100644 --- a/automatic/tablacus/tablacus.nuspec +++ b/automatic/tablacus/tablacus.nuspec @@ -3,7 +3,7 @@ tablacus - 18.9.22 + 18.9.25 https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/tablacus AdmiringWorm, Yoshimov Tablacus Explorer diff --git a/automatic/tablacus/tools/chocolateyInstall.ps1 b/automatic/tablacus/tools/chocolateyInstall.ps1 index c872118bf..0f7801527 100644 --- a/automatic/tablacus/tools/chocolateyInstall.ps1 +++ b/automatic/tablacus/tools/chocolateyInstall.ps1 @@ -4,7 +4,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = 'tablacus' - file = "$toolsPath\te180922.zip" + file = "$toolsPath\te180925.zip" destination = "$toolsPath" }