Skip to content

Commit

Permalink
Merge pull request #439 from bartblaze/patch-1
Browse files Browse the repository at this point in the history
Bump to https
  • Loading branch information
kevoreilly authored Jul 5, 2024
2 parents 89cad8f + 5ae0b74 commit 14cabe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/trid/tridupdate.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ def main():
res = get_cmdline()
trdfilename = res.filename

url_MD5 = "http://mark0.net/download/triddefs.trd.md5"
url_defs = "http://mark0.net/download/triddefs.zip"
url_MD5 = "https://mark0.net/download/triddefs.trd.md5"
url_defs = "https://mark0.net/download/triddefs.zip"

if os.path.exists(trdfilename):
curdigest = MD5digest(filename=trdfilename)
Expand Down

0 comments on commit 14cabe3

Please sign in to comment.