Skip to content

Commit

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

$packageName = $env:ChocolateyPackageName
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.24.29/BraveBrowserSilentNightlySetup32.exe'
$url64 = 'https://github.com/brave/brave-browser/releases/download/v1.24.29/BraveBrowserSilentNightlySetup.exe'
$checksum32 = 'f75b8bd197ee1cecd4e126c7edbf429208ff38bc84d35342216c2417a2f6b3d4'
$checksum64 = '133efcd88dc20cc1fb6118b7176ebc35d86276d776f5055df9ae25ceac733458'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.24.44/BraveBrowserSilentNightlySetup32.exe'
$url64 = 'https://github.com/brave/brave-browser/releases/download/v1.24.44/BraveBrowserSilentNightlySetup.exe'
$checksum32 = 'e1c2ea4725f996421dea7b13e2bf49718d385bda71f8171dc0b757588b7fc40b'
$checksum64 = 'c524cebf46380b081bc2da3b15e480233c19263fe1e0ce17d695904899142c4d'
$checksumType32 = 'sha256'
$checksumType64 = 'sha256'

Expand Down
2 changes: 1 addition & 1 deletion automatic/lbry/lbry.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>lbry</id>
<version>0.50.1</version>
<version>0.50.2</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
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/lbryio/lbry-desktop/releases/download/v0.50.1/LBRY_0.50.1.exe'
$checksum = '423fde9a253f3c8963727279043e24ec484a902f7cdf9aa436d4898cd21128fc'
$url = 'https://github.com/lbryio/lbry-desktop/releases/download/v0.50.2/LBRY_0.50.2.exe'
$checksum = '1a0c85267c6bec9fe15ed58c4db5cb87ae496bcf3a01706ec0606cd881af4f6d'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit ff2fd57

Please sign in to comment.