Skip to content

Commit

Permalink
AU: 2 updated - brave-nightly csvfileview
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Aug 28, 2021
1 parent bb19b59 commit 4a73461
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/brave-nightly/brave-nightly.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>brave-nightly</id>
<version>1.31.2-nightly</version>
<version>1.31.3-nightly</version>
<title>Brave Browser (Nightly)</title>
<authors>Brave Software Inc.</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/brave-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$packageName = $env:ChocolateyPackageName
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.31.2/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '66d17b340d89acbab12ff8539332e54c421b0c067a95f6707cc838ab1b4fe6a1'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.31.3/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '0478b7f529c3c08ffe43c22140edcdd54a87c5b68b102514b3e65a01b6f1c579'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
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.53</version>
<version>2.54</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 = '80ae9c6a1abdaebcc2ced978143343c1bb849101970685e28b880749a019bad3'
$checksum = '7b49281294dc6a4afffcb379a37df147c1531c3fa723e72a13e0e7a8176e9e89'
$checksumType = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$installFile = Join-Path $toolsDir "$($packageName).exe"
Expand Down

0 comments on commit 4a73461

Please sign in to comment.