From 74a16bddfb94e95e6bcdf59cac3a00de77ccd6d1 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sun, 22 Sep 2019 20:23:36 +0300 Subject: [PATCH] gdb: update to 8.3.1 %ci:reset-backlog --- packages/gdb/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/gdb/build.sh b/packages/gdb/build.sh index d18b5becf..f1ce9a8bf 100644 --- a/packages/gdb/build.sh +++ b/packages/gdb/build.sh @@ -1,10 +1,9 @@ TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/gdb/ TERMUX_PKG_DESCRIPTION="The standard GNU Debugger that runs on many Unix-like systems and works for many programming languages" TERMUX_PKG_LICENSE="GPL-3.0" -TERMUX_PKG_VERSION=8.3 -TERMUX_PKG_REVISION=4 +TERMUX_PKG_VERSION=8.3.1 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/gdb/gdb-${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_SHA256=802f7ee309dcc547d65a68d61ebd6526762d26c3051f52caebe2189ac1ffd72e +TERMUX_PKG_SHA256=1e55b4d7cdca7b34be12f4ceae651623aa73b2fd640152313f9f66a7149757c4 TERMUX_PKG_DEPENDS="libc++, liblzma, libexpat, readline, ncurses, libmpfr, zlib" TERMUX_PKG_BREAKS="gdb-dev" TERMUX_PKG_REPLACES="gdb-dev"