From a7394602f8a3442ed3ed2e5845d02c96b6d039ff Mon Sep 17 00:00:00 2001 From: Taylor Helsper Date: Tue, 14 May 2024 21:47:34 -0500 Subject: [PATCH] Update check_app_versions.py --- scripts/check_app_versions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/check_app_versions.py b/scripts/check_app_versions.py index e1990188..e5ba4551 100755 --- a/scripts/check_app_versions.py +++ b/scripts/check_app_versions.py @@ -19,7 +19,7 @@ priority_apps = [\ {"name": "apotdevin/thunderhub", "current_version_variable": "THUNDERHUB_VERSION"}, {"name": "openoms/joininbox", "current_version_variable": "JOININBOX_VERSION"}, {"name": "joinmarket-webui/jam", "dynamic_app_name": "jam"}, - {"name": "dojo/samourai-dojo", "current_version_variable": "DOJO_VERSION"}, + #{"name": "dojo/samourai-dojo", "current_version_variable": "DOJO_VERSION"}, # REMOVED ] other_apps = [\ {"name": "lightninglabs/chantools", "current_version_variable": "CHANTOOLS_VERSION"}, @@ -32,7 +32,7 @@ other_apps = [\ {"name": "bitromortac/lndmanage", "current_version_variable": "LNDMANAGE_VERSION"}, {"name": "pxsocs/warden_terminal", "current_version": "64e5db1"}, {"name": "stakwork/sphinx-relay", "current_version_variable": "SPHINXRELAY_VERSION"}, - {"name": "whirlpool/whirlpool-client-cli", "current_version_variable": "WHIRLPOOL_VERSION"}, + #{"name": "whirlpool/whirlpool-client-cli", "current_version_variable": "WHIRLPOOL_VERSION"}, # REMOVED {"name": "dojo/samourai-dojo", "current_version_variable": "DOJO_VERSION"}, #{"name": "JoinMarket-Org/joinmarket-clientserver", "current_version_variable": "JOINMARKET_VERSION"}, # Old, now use within joininbox {"name": "curly60e/pyblock", "current_version_variable": "PYBLOCK_VERSION"},