Skip to content

Commit aaa3a0b

Browse files
committed
Adding a missing/new file to chardet
1 parent d47aacb commit aaa3a0b

3 files changed

Lines changed: 5721 additions & 2 deletions

File tree

data/txt/sha256sums.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ c03dc585f89642cfd81b087ac2723e3e1bb3bfa8c60e6f5fe58ef3b0113ebfe6 lib/core/data.
188188
48797d6c34dd9bb8a53f7f3794c85f4288d82a9a1d6be7fcf317d388cb20d4b3 lib/core/replication.py
189189
0b8c38a01bb01f843d94a6c5f2075ee47520d0c4aa799cecea9c3e2c5a4a23a6 lib/core/revision.py
190190
888daba83fd4a34e9503fe21f01fef4cc730e5cde871b1d40e15d4cbc847d56c lib/core/session.py
191-
6e5a916581e1e7032cdd451737be69af0bbc42cfc7e46d44a43df0ee272c361d lib/core/settings.py
191+
357fd67ff460107fca97761ba98d8bbbb2e53c2e200797eee9c1572992a20b52 lib/core/settings.py
192192
cd5a66deee8963ba8e7e9af3dd36eb5e8127d4d68698811c29e789655f507f82 lib/core/shell.py
193193
bcb5d8090d5e3e0ef2a586ba09ba80eef0c6d51feb0f611ed25299fbb254f725 lib/core/subprocessng.py
194194
70ea3768f1b3062b22d20644df41c86238157ec80dd43da40545c620714273c6 lib/core/target.py
@@ -596,6 +596,7 @@ afab6f3ad3bc16a8676d6041e55e1ccdc9757d6338a41f651a259053ef20becc thirdparty/cha
596596
d5c32edb05203c1f1b43645b5634782cdc020844e043e0f0a34120dbfb81d75b thirdparty/chardet/langgreekmodel.py
597597
bab3262471c85ed0b069602acb5cc463fe129b0c0dcedef7d1b0ceb635f3463b thirdparty/chardet/langhebrewmodel.py
598598
383022b2fa827deb3c07815ec8cfcf83d1d8dd90e7132682893e01c72ce873ac thirdparty/chardet/langhungarianmodel.py
599+
b0faa4ac16d7d10570c32ea8a9197ec7b111bf6278fb368ca02bcba644ac4892 thirdparty/chardet/langrussianmodel.py
599600
a69a0a3862fd38f763f40e025321bc478f336e75edf4c37559778261ea5aeac7 thirdparty/chardet/langthaimodel.py
600601
1f795d89c23fae196fd2bdd5169556b542fa5f7d16cb9f7abfbfd81f3dac11d8 thirdparty/chardet/langturkishmodel.py
601602
4b6228391845937f451053a54855ad815c9b4623fa87b0652e574755c94d914f thirdparty/chardet/latin1prober.py

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from thirdparty import six
2121

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

0 commit comments

Comments
 (0)