Skip to content

Commit 73ca6dd

Browse files
authored
Bump Core to v30.2 (#1295)
1 parent 73d0b37 commit 73ca6dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

NBitcoin.TestFramework/WellknownNodeDownloadData.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -560,29 +560,29 @@ public class BitcoinNodeDownloadData : NodeDownloadDataBase
560560
CreateWallet = true
561561
};
562562

563-
public NodeDownloadData v30_0 = new NodeDownloadData()
563+
public NodeDownloadData v30_2 = new NodeDownloadData()
564564
{
565-
Version = "30.0",
565+
Version = "30.2",
566566
Linux = new NodeOSDownloadData()
567567
{
568568
Archive = "bitcoin-{0}-x86_64-linux-gnu.tar.gz",
569569
DownloadLink = "https://bitcoincore.org/bin/bitcoin-core-{0}/bitcoin-{0}-x86_64-linux-gnu.tar.gz",
570570
Executable = "bitcoin-{0}/bin/bitcoind",
571-
Hash = "00964ae375084113b1162f2f493b9372421608af23539766e315a3cb0ee54248"
571+
Hash = "6aa7bb4feb699c4c6262dd23e4004191f6df7f373b5d5978b5bcdd4bb72f75d8"
572572
},
573573
Mac = new NodeOSDownloadData()
574574
{
575575
Archive = "bitcoin-{0}-x86_64-apple-darwin.tar.gz",
576576
DownloadLink = "https://bitcoincore.org/bin/bitcoin-core-{0}/bitcoin-{0}-x86_64-apple-darwin.tar.gz",
577577
Executable = "bitcoin-{0}/bin/bitcoind",
578-
Hash = "4eadf7b06dca695b940ad30f46247aacbd439544a1be25b0ef3baab73777b3d2"
578+
Hash = "99d5cee9b9c37be506396c30837a4b98e320bfea71c474d6120a7e8eb6075c7b"
579579
},
580580
Windows = new NodeOSDownloadData()
581581
{
582582
Executable = "bitcoin-{0}/bin/bitcoind.exe",
583583
DownloadLink = "https://bitcoincore.org/bin/bitcoin-core-{0}/bitcoin-{0}-win64.zip",
584584
Archive = "bitcoin-{0}-win64.zip",
585-
Hash = "3d6f3af2cbfbeaf1958d0ffd77e04da6b8b82f26bb67aaa9111247620d5c95db"
585+
Hash = "0d7e1f16f8823aa26d29b44855ff6dbac11c03d75631a6c1d2ea5fab3a84fdf8"
586586
},
587587
UseSectionInConfigFile = true,
588588
CreateWallet = true

0 commit comments

Comments
 (0)