mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Merge pull request #1050 from antmicro/fix-litex_setup_url
Revert litex_setup_url change
This commit is contained in:
commit
99d8bbc3bc
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ if len(sys.argv) < 2:
|
||||||
|
|
||||||
# Check/Update litex_setup.py
|
# Check/Update litex_setup.py
|
||||||
|
|
||||||
litex_setup_url = "https://raw.githubusercontent.com/antmicro/litex/libbase-replacement/litex_setup.py"
|
litex_setup_url = "https://raw.githubusercontent.com/enjoy-digital/litex/master/litex_setup.py"
|
||||||
current_sha1 = hashlib.sha1(open(os.path.realpath(__file__)).read().encode("utf-8")).hexdigest()
|
current_sha1 = hashlib.sha1(open(os.path.realpath(__file__)).read().encode("utf-8")).hexdigest()
|
||||||
print("[checking litex_setup.py]...")
|
print("[checking litex_setup.py]...")
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue