figenc

[RADIOACTIVE] rsa and symmetric key encryption scripts and executables
git clone git://git.figbert.com/figenc.git
Log | Files | Refs | README

commit aff7eadeb28ff44bfd2bd949e10eab2989c7812c
parent 7931cc40cc881cdf6bfd4c43454bef8cfced8fc4
Author: therealFIGBERT <figbertwelner@gmail.com>
Date:   Wed, 24 Jul 2019 21:03:11 -0700

MacOS v1.0.3 - bug fixes

Diffstat:
AExecutables/figENC.app/Contents/MacOS/_struct/cpython-37m-darwin/sotruct.cpython-37m-darwin.so | 0
MExecutables/figENC.app/Contents/MacOS/base_library.zip | 0
MExecutables/figENC.app/Contents/MacOS/figENC | 0
AExecutables/figENC.app/Contents/MacOS/zlib/cpython-37m-darwin/soib.cpython-37m-darwin.so | 0
MExecutables/figENC.app/Contents/Resources/version.txt | 4++--
MScripts/version.txt | 4++--
MScripts/version_check.py | 4++--
7 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Executables/figENC.app/Contents/MacOS/_struct/cpython-37m-darwin/sotruct.cpython-37m-darwin.so b/Executables/figENC.app/Contents/MacOS/_struct/cpython-37m-darwin/sotruct.cpython-37m-darwin.so Binary files differ. diff --git a/Executables/figENC.app/Contents/MacOS/base_library.zip b/Executables/figENC.app/Contents/MacOS/base_library.zip Binary files differ. diff --git a/Executables/figENC.app/Contents/MacOS/figENC b/Executables/figENC.app/Contents/MacOS/figENC Binary files differ. diff --git a/Executables/figENC.app/Contents/MacOS/zlib/cpython-37m-darwin/soib.cpython-37m-darwin.so b/Executables/figENC.app/Contents/MacOS/zlib/cpython-37m-darwin/soib.cpython-37m-darwin.so Binary files differ. diff --git a/Executables/figENC.app/Contents/Resources/version.txt b/Executables/figENC.app/Contents/Resources/version.txt @@ -1 +1 @@ -1.0.0 -\ No newline at end of file +1.0.3 +\ No newline at end of file diff --git a/Scripts/version.txt b/Scripts/version.txt @@ -1 +1 @@ -1.0.0 -\ No newline at end of file +1.0.3 +\ No newline at end of file diff --git a/Scripts/version_check.py b/Scripts/version_check.py @@ -4,8 +4,8 @@ import subprocess def update_available(): try: git_import = requests.get( - ("https://raw.githubusercontent.com/therealFIGBERT/figENC/master" - "/Scripts/version.txt" + ("https://raw.githubusercontent.com/therealFIGBERT/figENC/" + "master/Executables/figENC.app/Contents/Resources/version.txt" ) ).text except requests.exceptions.ConnectionError: