Skip to content

Commit

Permalink
AU: 1 updated - dos2unix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 5, 2022
1 parent 533f6c3 commit eff00f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/dos2unix/dos2unix.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>dos2unix</id>
<version>7.4.2</version>
<version>7.4.3</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/dos2unix</packageSourceUrl>
<owners>chtof</owners>
<title>Dos2Unix / Unix2Dos - Text file format converters</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/dos2unix/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Download:

x32: https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.4.2-win32-nls.zip
x64: https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.4.2-win64-nls.zip
x32: https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.4.3-win32-nls.zip
x64: https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.4.3-win64-nls.zip

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 8A4BCD90E6FD378768E3217BF89EDEA5C132183F8C8239107513DA32C3B64405
checksum64: D7F850438968F7B88F887803CB7B70DA79D024ED0AA90CBC59C86F145FA68DB1
checksum32: C8B49BC49BB4E91615443E0BB3BA61DC17DD65C333478E2BDE5EEE4286CD46C1
checksum64: AD772A463FF46046DBBF61505E5C32C7EE45AE6D916D2CFAD76D0F789A68C580

File 'LICENSE.txt' is obtained from:
https://waterlan.home.xs4all.nl/dos2unix/COPYING.txt
4 changes: 2 additions & 2 deletions automatic/dos2unix/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file = "$toolsDir\dos2unix-7.4.2-win32-nls.zip"
file64 = "$toolsDir\dos2unix-7.4.2-win64-nls.zip"
file = "$toolsDir\dos2unix-7.4.3-win32-nls.zip"
file64 = "$toolsDir\dos2unix-7.4.3-win64-nls.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down

0 comments on commit eff00f0

Please sign in to comment.