Skip to content

Commit

Permalink
AU: 3 updated - bitcoin bitcoin.install brave-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 15, 2021
1 parent fd06b63 commit 87534ad
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/bitcoin.install/bitcoin.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>bitcoin.install</id>
<title>Bitcoin Core Wallet (Install)</title>
<version>0.21.1</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.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$packageName = $env:ChocolateyPackageName
$installerType = 'exe'
$silentArgs = '/S'
$url64 = 'https://bitcoincore.org/bin/bitcoin-core-0.21.1/bitcoin-0.21.1-win64-setup-unsigned.exe'
$checksum64 = 'afdd0f1717a74af01b88631d17a2f29f89d21ca2e3be0fec0678e7a1e20712d5'
$url64 = 'https://bitcoincore.org/bin/bitcoin-core-22.0/bitcoin-22.0-win64-setup.exe'
$checksum64 = '9169989d649937c0f9ebccd3ab088501328aa319fe9e91fc7ea8e8cf0fcccede'
$checksumType64 = 'sha256'
$validExitCodes = @(0)

Expand Down
4 changes: 2 additions & 2 deletions automatic/bitcoin/bitcoin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>bitcoin</id>
<title>Bitcoin Core Wallet</title>
<version>0.21.1</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 Expand Up @@ -91,7 +91,7 @@ Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunis
* Package not up-to-date after a few days ? [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)</releaseNotes>
<conflicts>bitcoinxt</conflicts>
<dependencies>
<dependency id="bitcoin.install" version="[0.21.1]" />
<dependency id="bitcoin.install" version="[22.0]" />
</dependencies>
</metadata>
<files>
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.37-nightly</version>
<version>1.31.41-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.37/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'e0a9f2196c1c3bf81955fc793e8d80c58a8aeac62bb659e108dd900058a41511'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.31.41/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'd1caa72b8db10d527d9d7a487a5c675ef3e9b41aed58840931b8e09bdf150023'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 87534ad

Please sign in to comment.