Skip to content

Commit

Permalink
AU: 1 updated - csvfileview
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jul 4, 2021
1 parent 2dc621e commit 9eb6f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automatic/csvfileview/csvfileview.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>csvfileview</id>
<title>CSVFileView</title>
<version>2.52</version>
<version>2.53</version>
<authors>Nir Sofer</authors>
<owners>tunisiano</owners>
<summary>CSV/Tab-delimited file viewer and converter for Windows</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/csvfileview/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$packageName = '$env:ChocolateyPackageName'
$url = 'https://www.nirsoft.net/utils/csvfileview.zip'
$checksum = 'd950a7876bade02e1237d093599c8e2623a1fac62de703f7e245e3e8779e5d4e'
$checksum = '80ae9c6a1abdaebcc2ced978143343c1bb849101970685e28b880749a019bad3'
$checksumType = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$installFile = Join-Path $toolsDir "$($packageName).exe"
Expand Down

0 comments on commit 9eb6f6c

Please sign in to comment.