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 Aug 18, 2021
1 parent 1cba593 commit 56cd4b2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.30.22-nightly</version>
<version>1.30.28-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.30.22/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'bbfbe031a53ef8cc6b88fe6897baf532b96c38953c697b8566b028ea4feeee2b'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.30.28/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '8d7d022d111a9ec7527ef97b34fabdf730ce9a05918ae2c8d2f749abc4e5be6d'
$checksumType32 = 'sha256'

$packageArgs = @{
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.51.2-rc2</version>
<version>0.51.2-rc3</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.51.2-rc.2/LBRY_0.51.2-rc.2.exe'
$checksum = '6a94667059376d808426c903df9b56441f32cf4a0b7db623ad24b2d50848062b'
$url = 'https://github.com/lbryio/lbry-desktop/releases/download/v0.51.2-rc.3/LBRY_0.51.2-rc.3.exe'
$checksum = '4e9b880418efe56621ee5cd98b861eb33a91ecaabce00960cf695cd36162cb24'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 56cd4b2

Please sign in to comment.