Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 683b587

Browse files
committed
Minor update
1 parent bd74a20 commit 683b587

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

extra/shutils/postcommit-hook.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ chmod +x .git/hooks/post-commit
1111
'
1212

1313
SETTINGS="../../lib/core/settings.py"
14+
PYPI="../../extra/shutils/pypi.sh"
1415

1516
declare -x SCRIPTPATH="${0}"
1617

@@ -28,6 +29,6 @@ then
2829
git tag $NEW_TAG
2930
git push origin $NEW_TAG
3031
echo "Going to push PyPI package"
31-
/bin/bash ${SCRIPTPATH%/*}/pypi.sh
32+
/bin/bash ${SCRIPTPATH%/*}/$PYPI
3233
fi
3334
fi

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from lib.core.enums import OS
2020

2121
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22-
VERSION = "1.3.2.0"
22+
VERSION = "1.3.2.1"
2323
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
2424
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
2525
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)

txt/checksum.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fe370021c6bc99daf44b2bfc0d1effb3 lib/core/patch.py
5050
7d8a22c582ad201f65b73225e4456170 lib/core/replication.py
5151
3179d34f371e0295dd4604568fb30bcd lib/core/revision.py
5252
d6269c55789f78cf707e09a0f5b45443 lib/core/session.py
53-
6b0f9c399579d0b7fdc90a4653d16424 lib/core/settings.py
53+
b4f1b03bd5a6ec82fd2b84b6eccba5c9 lib/core/settings.py
5454
4483b4a5b601d8f1c4281071dff21ecc lib/core/shell.py
5555
10fd19b0716ed261e6d04f311f6f527c lib/core/subprocessng.py
5656
9c7b5c6397fb3da33e7a4d7876d159c6 lib/core/target.py

0 commit comments

Comments
 (0)