diff --git a/automatic/reshade/legal/VERIFICATION.txt b/automatic/reshade/legal/VERIFICATION.txt index 653501aae..d2333f315 100644 --- a/automatic/reshade/legal/VERIFICATION.txt +++ b/automatic/reshade/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 (requires the following referer header: https://reshade.me/) +1. Download the following (requires the following referer header: https://reshade.me/) 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: 71A6FEDD65C1C98584CA4B853DDDD2978DB32D8A2A45F1DFA2BB50731F13DB82 + checksum: 5F26CE490784C29688B2D4CEF35D7CC056BA419847D5AB18737B854094F57D4A The file 'LICENSE.txt' has been obtained from diff --git a/automatic/reshade/reshade.nuspec b/automatic/reshade/reshade.nuspec index 7137badd9..cf7aece19 100644 --- a/automatic/reshade/reshade.nuspec +++ b/automatic/reshade/reshade.nuspec @@ -3,7 +3,7 @@ reshade - 4.5.3 + 4.5.4 https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/reshade AdmiringWorm ReShade diff --git a/automatic/tablacus/legal/VERIFICATION.txt b/automatic/tablacus/legal/VERIFICATION.txt index 9d1afb345..71eb0f71f 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: EDA7F64A03115B82DB5A379EFBC5BB02949426B303B5FACD1DC94A98C1D24B96 + checksum: 2B129E258B4178B74A1AB570DA16431EFB6886E11A1E7A20D1F2C8290353D6D7 -The file 'LICENSE.txt' has been obtained from +The file 'LICENSE.txt' has been obtained from diff --git a/automatic/tablacus/tablacus.nuspec b/automatic/tablacus/tablacus.nuspec index b50c55bc0..9844a8f3b 100644 --- a/automatic/tablacus/tablacus.nuspec +++ b/automatic/tablacus/tablacus.nuspec @@ -3,7 +3,7 @@ tablacus - 20.2.6 + 20.2.8 https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/tablacus AdmiringWorm, Yoshimov Tablacus Explorer @@ -11,7 +11,7 @@ https://tablacus.github.io/explorer_en.html https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@23c507427e532c4407844487480b415895e5edba/icons/tablacus.png Copyright (c) 2011 Gaku - https://github.com/tablacus/TablacusExplorer/blob/20.2.6/LICENSE.TXT + https://github.com/tablacus/TablacusExplorer/blob/20.2.8/LICENSE.TXT false https://github.com/tablacus/TablacusExplorer https://github.com/tablacus/TablacusExplorer/issues diff --git a/automatic/tablacus/tools/chocolateyInstall.ps1 b/automatic/tablacus/tools/chocolateyInstall.ps1 index 482ee6ca7..3b4df6444 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\te200206.zip" + file = "$toolsPath\te200208.zip" destination = "$toolsPath" }