Skip to content

Commit

Permalink
Fix intel mac bitcoind download hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Christewart committed Apr 29, 2024
1 parent 853dc0b commit 033a2b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitcoind-rpc/bitcoind-rpc.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ TaskKeys.downloadBitcoind := {
"26.1" -> (if (System.getProperty("os.arch") == "aarch64")
"8a8e415763b7ffd5988153cf03967d812eca629016dd3b0ddf6da3ab6f4a3621"
else
""),
"acb50edd20692a9d023de12da573b64ca0fd9b4e9a2b88d1251020a3022b0f27"),
"27.0" -> (if (System.getProperty("os.arch") == "aarch64")
"1d9d9b837297a73fc7a3b1cfed376644e3fa25c4e1672fbc143d5946cb52431d"
else
"")
"e1efd8c4605b2aabc876da93b6eee2bedd868ce7d1f02b0220c1001f903b3e2c")
)
else if (Properties.isWin)
Map(
Expand Down

0 comments on commit 033a2b9

Please sign in to comment.