install: update tasks.py to use current latest git commit for ospf mdr

This commit is contained in:
Blake Harnden 2022-10-14 08:56:33 -07:00
parent 9c71e0144c
commit 7067b54a00

View file

@ -14,7 +14,7 @@ from invoke import task, Context
DAEMON_DIR: str = "daemon"
DEFAULT_PREFIX: str = "/usr/local"
OSPFMDR_CHECKOUT: str = "f21688cdcac30fb10b1ebac0063eb24e4583e9b4"
OSPFMDR_CHECKOUT: str = "63f07596268873aeff86f252cbc27901369ad50a"
REDHAT_LIKE = {
"redhat",
"fedora",