Skip to content

Commit

Permalink
AU: 4 updated - brave-nightly csvfileview lbry unison
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jun 10, 2022
1 parent 894c0cb commit cea9b5d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/brave-nightly/brave-nightly.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>brave-nightly</id>
<version>1.41.53-nightly</version>
<version>1.41.55-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
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.41.53/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '1077d6c1e1a856de580a6cb1edb19c2872b1ec9799632995a20ba44749227ab6'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.41.55/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '521080dfe7100d3a4a5715f38ba4a860497c1d03c9bafdedaaf7bc66cfd86804'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/csvfileview/csvfileview.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>csvfileview</id>
<title>CSVFileView</title>
<version>2.57</version>
<version>2.58</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
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$packageName = '$env:ChocolateyPackageName'
$url = 'https://www.nirsoft.net/utils/csvfileview.zip'
$checksum = '737ca6a397c07d57cbb0aeb64551d3e1abd12c3c30a5daae27a9cff8a6d01acb'
$checksum = 'edab2ef1236787d82e1e911ebe219b7c6dabbb4792a06110edbc7b5de6ae93f5'
$checksumType = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$installFile = Join-Path $toolsDir "$($packageName).exe"
Expand Down
2 changes: 1 addition & 1 deletion automatic/lbry/lbry.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>lbry</id>
<version>0.53.4-alpha6</version>
<version>0.53.4</version>
<owners>tunisiano</owners>
<title>lbry (Install)</title>
<authors>lbry.com</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/lbry/tools/chocolateyinstall.ps1
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/lbryio/lbry-desktop/releases/download/v0.53.4-alpha.6/LBRY_0.53.4-alpha.6.exe'
$checksum = '9d96ef485fd0fb6bc0e213aa772f969a5b128604a80ee01875471cd5135bf4d2'
$url = 'https://github.com/lbryio/lbry-desktop/releases/download/v0.53.4/LBRY_0.53.4.exe'
$checksum = '3884d1e68a8086190b172125b26ed10590850f57bdff620f49693d0d66973fbb'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/unison/unison.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>unison</id>
<title>Unison</title>
<version>2.52.0</version>
<version>2.52.1</version>
<authors>Benjamin C. Pierce</authors>
<owners>tunisiano</owners>
<summary>File-synchronization tool for OSX, Unix, and Windows</summary>
Expand Down

0 comments on commit cea9b5d

Please sign in to comment.