From b5b66363d386a1c4cc556bd7ec3d7e0a1b5d6f44 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Sun, 23 Dec 2018 17:51:50 -0300 Subject: [PATCH] recipes: devel/gdb: upgraded to version 8.2.1 --- recipes/devel/gdb/recipe | 4 ++-- sources/SOURCELIST.txt | 2 +- sources/gdb-8.2.1.tar.gz.sha256 | 1 + sources/gdb-8.2.tar.gz.sha256 | 1 - 4 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 sources/gdb-8.2.1.tar.gz.sha256 delete mode 100644 sources/gdb-8.2.tar.gz.sha256 diff --git a/recipes/devel/gdb/recipe b/recipes/devel/gdb/recipe index f14729f6..db27f25e 100644 --- a/recipes/devel/gdb/recipe +++ b/recipes/devel/gdb/recipe @@ -15,8 +15,8 @@ # limitations under the License. program=gdb -version=8.2 -release=2 +version=8.2.1 +release=1 # Set 'outdir' for a nice and well-organized output directory outdir="${outdir}/${arch}/devel" diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index 528704d7..dce318a4 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -124,7 +124,7 @@ http://ftp.netfilter.org/pub/nftables/nftables-0.9.0.tar.bz2 http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.8.3.tar.gz http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.8p1.tar.gz http://ftpmirror.gnu.org/coreutils/coreutils-8.30.tar.xz -http://ftpmirror.gnu.org/gdb/gdb-8.2.tar.gz +http://ftpmirror.gnu.org/gdb/gdb-8.2.1.tar.gz http://ftpmirror.gnu.org/wget/wget-1.19.5.tar.lz http://git.alpinelinux.org/cgit/ca-certificates/snapshot/ca-certificates-33042b0af9d4139959a1b9a7179dd3843ea00f0d.tar.bz2 http://git.musl-libc.org/cgit/musl/snapshot/musl-c00cdefa1da17f60b3179704528582ef320e61b8.tar.gz diff --git a/sources/gdb-8.2.1.tar.gz.sha256 b/sources/gdb-8.2.1.tar.gz.sha256 new file mode 100644 index 00000000..840eb72b --- /dev/null +++ b/sources/gdb-8.2.1.tar.gz.sha256 @@ -0,0 +1 @@ +0107985f1edb8dddef6cdd68a4f4e419f5fec0f488cc204f0b7d482c0c6c9282 gdb-8.2.1.tar.gz diff --git a/sources/gdb-8.2.tar.gz.sha256 b/sources/gdb-8.2.tar.gz.sha256 deleted file mode 100644 index eb09e055..00000000 --- a/sources/gdb-8.2.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -847e4b65e5a7b872e86019dd59659029e2b06cae962e0ef345f169dcb4b851b8 gdb-8.2.tar.gz -- 2.11.4.GIT