Skip to content

Commit

Permalink
AU: 1 updated - bitcoin.install
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed May 3, 2021
1 parent c6f2929 commit 81a3f59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.0</version>
<version>0.21.1</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.0/bitcoin-0.21.0-win64-setup.exe'
$checksum64 = '54050748ef4d4f000ea1ece472491b3e5fd546efc74ed52119354b2893f6624b'
$url64 = 'https://bitcoincore.org/bin/bitcoin-core-0.21.1/bitcoin-0.21.1-win64-setup-unsigned.exe'
$checksum64 = 'afdd0f1717a74af01b88631d17a2f29f89d21ca2e3be0fec0678e7a1e20712d5'
$checksumType64 = 'sha256'
$validExitCodes = @(0)

Expand Down

0 comments on commit 81a3f59

Please sign in to comment.