mirror of
https://github.com/basicswap/basicswap.git
synced 2025-04-06 14:27:30 +00:00
nmc: Update URL.
This commit is contained in:
parent
6b724ece84
commit
99bc8b6bd2
1 changed files with 1 additions and 1 deletions
|
@ -944,7 +944,7 @@ def prepareCore(coin, version_data, settings, data_dir, extra_opts={}):
|
|||
% (version, assert_filename)
|
||||
)
|
||||
elif coin == "namecoin":
|
||||
release_url = f"https://beta.namecoin.org/files/namecoin-core/namecoin-core-{version}/{release_filename}"
|
||||
release_url = f"https://www.namecoin.org/files/namecoin-core/namecoin-core-{version}/{release_filename}"
|
||||
signing_key = "Rose%20Turing"
|
||||
assert_filename = "noncodesigned.SHA256SUMS"
|
||||
assert_url = f"https://raw.githubusercontent.com/namecoin/guix.sigs/main/{version}/{signing_key}/{assert_filename}"
|
||||
|
|
Loading…
Reference in a new issue