update lbrycrd download URL

This commit is contained in:
Lex Berezhny 2020-06-05 00:38:57 -04:00
parent 3ef83febc0
commit ec4e36446c

View file

@ -23,7 +23,7 @@ from .ledger import Ledger, RegTestLedger
log = logging.getLogger(__name__) log = logging.getLogger(__name__)
DOWNLOAD_URL = ( DOWNLOAD_URL = (
'https://github.com/lbryio/lbrycrd/releases/download/v0.17.4.4/lbrycrd-linux-1744.zip' 'https://github.com/lbryio/lbrycrd/releases/download/v0.17.4.5/lbrycrd-linux-1745.zip'
) )