From c77305e6c0dd749f72e14dbf7f3ee0cb22053807 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Tue, 8 Feb 2022 19:34:26 -0300 Subject: [PATCH] recipes: tools/ed: Upgraded to version 1.18 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Matías Fonzo --- recipes/tools/ed/recipe | 4 ++-- sources/SOURCELIST.txt | 2 +- sources/ed-1.17.tar.lz.sha256 | 1 - sources/ed-1.18.tar.lz.sha256 | 1 + stages/1/09-ed | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 sources/ed-1.17.tar.lz.sha256 create mode 100644 sources/ed-1.18.tar.lz.sha256 diff --git a/recipes/tools/ed/recipe b/recipes/tools/ed/recipe index 4785120f..5ab375d4 100644 --- a/recipes/tools/ed/recipe +++ b/recipes/tools/ed/recipe @@ -1,7 +1,7 @@ # Build recipe for ed. # # Copyright (c) 2016-2017 Matias Fonzo, . -# Copyright (c) 2019-2021 Matias Fonzo, . +# Copyright (c) 2019-2022 Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ set -e program=ed -version=1.17 +version=1.18 release=1 # Define a category for the output of the package name diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index 2feb7baf..8a16a558 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -134,7 +134,7 @@ https://ftp.gnu.org/gnu/bash/bash-5.1.tar.gz https://ftp.gnu.org/gnu/binutils/binutils-2.35.2.tar.lz https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.lz https://ftp.gnu.org/gnu/diffutils/diffutils-3.8.tar.xz -https://ftp.gnu.org/gnu/ed/ed-1.17.tar.lz +https://ftp.gnu.org/gnu/ed/ed-1.18.tar.lz https://ftp.gnu.org/gnu/emacs/emacs-27.2.tar.xz https://ftp.gnu.org/gnu/findutils/findutils-4.8.0.tar.xz https://ftp.gnu.org/gnu/gdb/gdb-11.1.tar.gz diff --git a/sources/ed-1.17.tar.lz.sha256 b/sources/ed-1.17.tar.lz.sha256 deleted file mode 100644 index c7c2a1d9..00000000 --- a/sources/ed-1.17.tar.lz.sha256 +++ /dev/null @@ -1 +0,0 @@ -71de39883c25b6fab44add80635382a10c9bf154515b94729f4a6529ddcc5e54 ed-1.17.tar.lz diff --git a/sources/ed-1.18.tar.lz.sha256 b/sources/ed-1.18.tar.lz.sha256 new file mode 100644 index 00000000..d9f7badb --- /dev/null +++ b/sources/ed-1.18.tar.lz.sha256 @@ -0,0 +1 @@ +aca8efad9800c587724a20b97aa8fc47e6b5a47df81606feaba831b074462b4f ed-1.18.tar.lz diff --git a/stages/1/09-ed b/stages/1/09-ed index 8ae1e263..9a2ae42b 100755 --- a/stages/1/09-ed +++ b/stages/1/09-ed @@ -1,6 +1,6 @@ # Build script for GNU ed. # -# Copyright (c) 2017-2021 Matias Fonzo, . +# Copyright (c) 2017-2022 Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=1.17 +version=1.18 cd -- "$TMPDIR" rm -rf ed-${version} -- 2.11.4.GIT