diff --git a/automatic/ext2fsd/ext2fsd.json b/automatic/ext2fsd/ext2fsd.json index fa561600232..ce5ceb1197b 100644 --- a/automatic/ext2fsd/ext2fsd.json +++ b/automatic/ext2fsd/ext2fsd.json @@ -1,6 +1,6 @@ { - "0.65": "0.65", - "0.66": "0.66", - "0.68": "0.68.0.20161111", - "0.69": "0.0" + "0.65": "0.65", + "0.66": "0.66", + "0.68": "0.68.0.20161111", + "0.69": "0.69" } diff --git a/automatic/ext2fsd/ext2fsd.nuspec b/automatic/ext2fsd/ext2fsd.nuspec index d3af92678bd..727e6272bfd 100644 --- a/automatic/ext2fsd/ext2fsd.nuspec +++ b/automatic/ext2fsd/ext2fsd.nuspec @@ -3,7 +3,7 @@ ext2fsd - 0.68.0.20161111 + 0.69 Ext2Fsd chocolatey Matt diff --git a/automatic/ext2fsd/legal/VERIFICATION.txt b/automatic/ext2fsd/legal/VERIFICATION.txt index a8aebaa6dc6..3b9dcfed38c 100644 --- a/automatic/ext2fsd/legal/VERIFICATION.txt +++ b/automatic/ext2fsd/legal/VERIFICATION.txt @@ -3,16 +3,16 @@ Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. The embedded software have been downloaded from the listed download -location on <> +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: - checksum: + checksum type: sha256 + checksum: 04461A580E5D259EF7ACA9E0C0D715D3BAF342AD940354B6545D7FF3ED85AF1C The file 'LICENSE.txt' has been obtained from diff --git a/automatic/ext2fsd/tools/chocolateyInstall.ps1 b/automatic/ext2fsd/tools/chocolateyInstall.ps1 index 7d33fe1e627..0ae52427b4c 100644 --- a/automatic/ext2fsd/tools/chocolateyInstall.ps1 +++ b/automatic/ext2fsd/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\" + file = "$toolsPath\Ext2Fsd-0.69.exe" softwareName = 'ext2fsd*' silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).Install.log`"" validExitCodes = @(0)