1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(windows): update GDB to 10.1

This commit is contained in:
Maxim Biro 2021-03-26 16:26:00 -04:00
parent 930f70de0f
commit 5f2d87a9b4
No known key found for this signature in database
GPG Key ID: AB3AD9896472BFA4

View File

@ -1206,8 +1206,8 @@ set -u
# GDB
GDB_PREFIX_DIR="$DEP_DIR/gdb"
GDB_VERSION="9.2"
GDB_HASH="360cd7ae79b776988e89d8f9a01c985d0b1fa21c767a4295e5f88cb49175c555"
GDB_VERSION="10.1"
GDB_HASH="f82f1eceeec14a3afa2de8d9b0d3c91d5a3820e23e0a01bbb70ef9f0276b62c0"
GDB_FILENAME="gdb-$GDB_VERSION.tar.xz"
if [ ! -f "$GDB_PREFIX_DIR/done" ]
then