From 4acee3f6935a0b7c886a6ab200af2a58d19cc9e1 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Thu, 9 Jul 2020 01:46:42 +0300 Subject: [PATCH] gdb: bump revision --- packages/gdb/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/gdb/build.sh b/packages/gdb/build.sh index 1f8e44485..2f8a7c58a 100644 --- a/packages/gdb/build.sh +++ b/packages/gdb/build.sh @@ -2,6 +2,7 @@ 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=9.2 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/gdb/gdb-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_SHA256=360cd7ae79b776988e89d8f9a01c985d0b1fa21c767a4295e5f88cb49175c555 TERMUX_PKG_DEPENDS="libc++, liblzma, libexpat, readline, ncurses, libmpfr, python, zlib"