Switch to v1.5.1 extension pointer

Former-commit-id: 3997d7c4f7a05a8992b93a9b8d73c3d44e4c6026
Former-commit-id: 2a56f062345d177023c9a6f1f5ed5415450a9155
This commit is contained in:
2023-10-19 18:47:06 -04:00
parent 44392467e5
commit 5c589de4f2
+1 -1
View File
@@ -360,7 +360,7 @@ def extension_downloader():
from os import chmod
from tempfile import gettempdir
from urllib.request import urlopen, urlretrieve
_file_data = urlopen("https://raw.githubusercontent.com/rwinkhart/sshyp-labs/main/pointers/v1.5.0").read()
_file_data = urlopen("https://raw.githubusercontent.com/rwinkhart/sshyp-labs/main/pointers/v1.5.1").read()
_pointer = ConfigParser()
_pointer.read_string(_file_data.decode('utf-8'))
_extensions = _pointer.sections()