Skip to content

Commit

Permalink
AU: 1 updated - ext2fsd
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 17, 2017
1 parent c6a84f9 commit c7f6e73
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions automatic/ext2fsd/ext2fsd.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion automatic/ext2fsd/ext2fsd.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ext2fsd</id>
<version>0.68.0.20161111</version>
<version>0.69</version>
<title>Ext2Fsd</title>
<owners>chocolatey</owners>
<authors>Matt</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/ext2fsd/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://sourceforge.net/projects/ext2fsd/files/Ext2fsd>
and can be verified by doing the following:

1. Download the following <>
1. Download the following <https://sourceforge.net/projects/ext2fsd/files/Ext2fsd/0.69/Ext2Fsd-0.69.exe/download>
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 <https://sourceforge.net/p/ext2fsd/code/ci/master/tree/Ext3Fsd/COPYRIGHT.TXT>
2 changes: 1 addition & 1 deletion automatic/ext2fsd/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c7f6e73

Please sign in to comment.