From 5a34cfbc8bdf43f563627f053f07db445dd69709 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Fri, 8 Dec 2023 19:03:30 -0500 Subject: [PATCH] Bump version to 1.5.2 Former-commit-id: 4344a965a805f5c92a707ed7ad37048f8eda93b6 Former-commit-id: 42325bca647366a6593272694daff9f9af390f10 --- lib/sshyp.py | 2 +- lib/stweak.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sshyp.py b/lib/sshyp.py index 1a63823..4fd7a97 100755 --- a/lib/sshyp.py +++ b/lib/sshyp.py @@ -294,7 +294,7 @@ def print_info(): }}-}}-*]{4*' '}`..'..'{9*' '}\u001b[0m♥♥♥\u001b[0m{9*' '}`..'..'{6*' '}| {4*' '}◎-◎{4*' '}//{3*' '}\\\\{10*' '}\u001b[38;5;9m♥\u001b[0m{10*' '}//{3*' '}\\\\{5*' '}/|\\""") print(f"{_border}{_blank}\n\u001b[38;5;7;48;5;8m\\\u001b[38;5;15;48;5;15m{18*' '}\u001b[38;5;15;48;5;8msshyp " - f"version 1.5.1\u001b[38;5;15;48;5;15m{18*' '}\u001b[38;5;7;48;5;8m/\u001b[0m") + f"version 1.5.2\u001b[38;5;15;48;5;15m{18*' '}\u001b[38;5;7;48;5;8m/\u001b[0m") print(f"\u001b[38;5;7;48;5;8m\\\u001b[38;5;15;48;5;15m{14*' '}\u001b[38;5;15;48;5;8mthe fortified flock" f" update\u001b[38;5;15;48;5;15m{15*' '}\u001b[38;5;7;48;5;8m/\u001b[0m\n{_blank}") print(f"\u001b[38;5;7;48;5;8m\\\u001b[38;5;15;48;5;15m{9*' '}\u001b[38;5;15;48;5;8mcopyright 2021-2023 ", diff --git a/lib/stweak.py b/lib/stweak.py index bab144d..02ef87e 100644 --- a/lib/stweak.py +++ b/lib/stweak.py @@ -362,7 +362,7 @@ def extension_downloader(): from urllib.request import urlopen, urlretrieve # the version listed below will NOT always match the version of sshyp being used # it is only updated if new extensions are incompatible with previous sshyp versions - _file_data = urlopen("https://raw.githubusercontent.com/rwinkhart/sshyp-labs/main/pointers/v1.5.1").read() + _file_data = urlopen("https://raw.githubusercontent.com/rwinkhart/sshyp-labs/main/pointers/v1.5.2").read() _pointer = ConfigParser(interpolation=None) _pointer.read_string(_file_data.decode('utf-8')) _extensions = _pointer.sections()