Skip to content

Commit

Permalink
AU: 2 updated - bitcoin.portable brave-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 9, 2021
1 parent 38eab41 commit 0579ce7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/bitcoin.portable/bitcoin.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>bitcoin.portable</id>
<title>Bitcoin Core Wallet (Portable)</title>
<version>22.0-rc2</version>
<version>22.0</version>
<authors>Satoshi Nakamoto,Gavin Andresen,Bitcoin Developers</authors>
<owners>tunisiano</owners>
<summary>A software-based online payment system</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/bitcoin.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageName = $env:ChocolateyPackageName
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://github.com//bitcoin/bitcoin/archive/refs/tags/v22.0rc2.zip'
$checksum64 = 'e88688a373806be4c7e5ad50a6c73d322bc72bd41e1c0f0c6ee844198e0a0d16'
$url64 = 'https://github.com//bitcoin/bitcoin/archive/refs/tags/v22.0.zip'
$checksum64 = '791ad79d3ad95f2901329de3ffb223b4ede5bcdfdceca7903aa09183c5892d61'
$checksumType64 = 'sha256'

Install-ChocolateyZipPackage -PackageName "$packageName" `
Expand Down
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.26-nightly</version>
<version>1.31.29-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.26/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '77481ee8ea26b6ecfd4449fc061513dbb31dd8a4dbf75798f9edc39d1c945427'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.31.29/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'ba38a7e5025e08cb49e46034a6783e4d860db8cfa962900e1218434b3ca2895c'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 0579ce7

Please sign in to comment.