All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/vim: bump to v8.2.0
@ 2020-03-16  9:44 Joao Marcos Costa
  2020-03-18 22:19 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Joao Marcos Costa @ 2020-03-16  9:44 UTC (permalink / raw)
  To: buildroot

Update from version 8.1.1929 to 8.2.0, which is the latest stable
version. The license file ('README.txt') has only one modification,
concerning Vim's version, as it is shown by the following diff:

   --- vim-8.1.1929/README.txt	2019-08-25 23:08:17.000000000 +0200
   +++ vim-8.2.0000/README.txt	2019-12-12 14:18:35.000000000 +0100
   @@ -1,4 +1,4 @@
   -README.txt for version 8.1 of Vim: Vi IMproved.
   +README.txt for version 8.2 of Vim: Vi IMproved.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
---
 package/vim/vim.hash | 4 ++--
 package/vim/vim.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/vim/vim.hash b/package/vim/vim.hash
index 6c68b1bc2b..eb5928e91c 100644
--- a/package/vim/vim.hash
+++ b/package/vim/vim.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  4b7359a58a75c29d4a8fc7fcbb2ccab1d1dc0ede1c4c689b27cc049c17920278  vim-8.1.1929.tar.gz
-sha256  70ab7f93197b29d47bfe4371774c8d904f7842d4843c257d21c29b7ac38d6406  README.txt
+sha256  8a72323817210daf40abe545bdf7637591b9b541a0fb3560baed76e436132dba  vim-8.2.0000.tar.gz
+sha256  accdbd6761e7dd7e580545fe30f3a5a7707d50073aec4b8afef85c30fc9c031b  README.txt
diff --git a/package/vim/vim.mk b/package/vim/vim.mk
index 5cb4e1b4cc..1fbb6a6b86 100644
--- a/package/vim/vim.mk
+++ b/package/vim/vim.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-VIM_VERSION = 8.1.1929
+VIM_VERSION = 8.2.0000
 VIM_SITE = $(call github,vim,vim,v$(VIM_VERSION))
 VIM_DEPENDENCIES = ncurses $(TARGET_NLS_DEPENDENCIES)
 VIM_SUBDIR = src
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] package/vim: bump to v8.2.0
  2020-03-16  9:44 [Buildroot] [PATCH] package/vim: bump to v8.2.0 Joao Marcos Costa
@ 2020-03-18 22:19 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-03-18 22:19 UTC (permalink / raw)
  To: buildroot

On Mon, 16 Mar 2020 10:44:16 +0100
Joao Marcos Costa <joaomarcos.costa@bootlin.com> wrote:

> Update from version 8.1.1929 to 8.2.0, which is the latest stable
> version. The license file ('README.txt') has only one modification,
> concerning Vim's version, as it is shown by the following diff:
> 
>    --- vim-8.1.1929/README.txt	2019-08-25 23:08:17.000000000 +0200
>    +++ vim-8.2.0000/README.txt	2019-12-12 14:18:35.000000000 +0100
>    @@ -1,4 +1,4 @@
>    -README.txt for version 8.1 of Vim: Vi IMproved.
>    +README.txt for version 8.2 of Vim: Vi IMproved.
> 
> Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
> ---
>  package/vim/vim.hash | 4 ++--
>  package/vim/vim.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-18 22:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-16  9:44 [Buildroot] [PATCH] package/vim: bump to v8.2.0 Joao Marcos Costa
2020-03-18 22:19 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.