Skip to content

Commit

Permalink
AU: 1 updated - bitcoin.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Nov 21, 2020
1 parent f4e0984 commit 635a7df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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>0.20.1</version>
<version>0.21.0-rc1</version>
<authors>Satoshi Nakamoto,Gavin Andresen,Bitcoin Developers</authors>
<owners>tunisiano</owners>
<summary>A software-based online payment system</summary>
Expand Down Expand Up @@ -64,7 +64,7 @@ More information about securing your wallet
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)
[![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano)
]]></description>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/bitcoin.portable</packageSourceUrl>
<projectUrl>https://bitcoin.org/</projectUrl>
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://bitcoincore.org/bin/bitcoin-core-0.20.1/bitcoin-0.20.1-win64.zip'
$checksum64 = 'e59fba67afce011d32b5d723a3a0be12da1b8a34f5d7966e504520c48d64716d'
$url64 = 'https://github.com//bitcoin/bitcoin/archive/v0.21.0rc1.zip'
$checksum64 = '8adb524c32f34789efdebe65dbc47792b1147f054251ffe049286f49ecd8c92d'
$checksumType64 = 'sha256'

Install-ChocolateyZipPackage -PackageName "$packageName" `
Expand Down

0 comments on commit 635a7df

Please sign in to comment.