diff --git a/extra/shutils/postcommit-hook.sh b/extra/shutils/postcommit-hook.sh index eb3db6c4e..07d91a222 100755 --- a/extra/shutils/postcommit-hook.sh +++ b/extra/shutils/postcommit-hook.sh @@ -11,6 +11,7 @@ chmod +x .git/hooks/post-commit ' SETTINGS="../../lib/core/settings.py" +PYPI="../../extra/shutils/pypi.sh" declare -x SCRIPTPATH="${0}" @@ -28,6 +29,6 @@ then git tag $NEW_TAG git push origin $NEW_TAG echo "Going to push PyPI package" - /bin/bash ${SCRIPTPATH%/*}/pypi.sh + /bin/bash ${SCRIPTPATH%/*}/$PYPI fi fi diff --git a/lib/core/settings.py b/lib/core/settings.py index fc82c1b29..ff0d44e24 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -19,7 +19,7 @@ from lib.core.enums import DBMS_DIRECTORY_NAME from lib.core.enums import OS # sqlmap version (...) -VERSION = "1.3.2.0" +VERSION = "1.3.2.1" TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable" TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34} VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE) diff --git a/txt/checksum.md5 b/txt/checksum.md5 index 481d124e9..8882ead52 100644 --- a/txt/checksum.md5 +++ b/txt/checksum.md5 @@ -50,7 +50,7 @@ fe370021c6bc99daf44b2bfc0d1effb3 lib/core/patch.py 7d8a22c582ad201f65b73225e4456170 lib/core/replication.py 3179d34f371e0295dd4604568fb30bcd lib/core/revision.py d6269c55789f78cf707e09a0f5b45443 lib/core/session.py -6b0f9c399579d0b7fdc90a4653d16424 lib/core/settings.py +b4f1b03bd5a6ec82fd2b84b6eccba5c9 lib/core/settings.py 4483b4a5b601d8f1c4281071dff21ecc lib/core/shell.py 10fd19b0716ed261e6d04f311f6f527c lib/core/subprocessng.py 9c7b5c6397fb3da33e7a4d7876d159c6 lib/core/target.py