From 422bb6527a406b36e8926c0f50de89ffabbd36af Mon Sep 17 00:00:00 2001 From: CBL-Mariner-Bot <75509084+CBL-Mariner-Bot@users.noreply.github.com> Date: Tue, 4 Oct 2022 08:01:50 -0700 Subject: [PATCH] vim: upgrade to version 9.0.0614 (#3912) --- SPECS/vim/vim.signatures.json | 2 +- SPECS/vim/vim.spec | 5 ++++- cgmanifest.json | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/SPECS/vim/vim.signatures.json b/SPECS/vim/vim.signatures.json index 0ece66ed693..ed38dee1151 100644 --- a/SPECS/vim/vim.signatures.json +++ b/SPECS/vim/vim.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "vim-9.0.0530.tar.gz": "7af854c635ab74fe8d588cf368f7c9ee11b40f74734c934a87990c6071c8f475" + "vim-9.0.0614.tar.gz": "5fcf0de749a87c55302ef85268b243a35a56e3f1a0e58df508238a55b0db4d83" } } \ No newline at end of file diff --git a/SPECS/vim/vim.spec b/SPECS/vim/vim.spec index ead927f150b..2219c00ec8c 100644 --- a/SPECS/vim/vim.spec +++ b/SPECS/vim/vim.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Summary: Text editor Name: vim -Version: 9.0.0530 +Version: 9.0.0614 Release: 1%{?dist} License: Vim Vendor: Microsoft Corporation @@ -191,6 +191,9 @@ fi %{_bindir}/vimdiff %changelog +* Tue Oct 04 2022 CBL-Mariner Servicing Account - 9.0.0614-1 +- Upgrade to 9.0.0614 + * Mon Sep 26 2022 CBL-Mariner Servicing Account - 9.0.0530-1 - Upgrade to 9.0.0530 diff --git a/cgmanifest.json b/cgmanifest.json index bcf11b511d6..7d2376cbdad 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -8626,8 +8626,8 @@ "type": "other", "other": { "name": "vim", - "version": "9.0.0530", - "downloadUrl": "https://github.com/vim/vim/archive/v9.0.0530.tar.gz" + "version": "9.0.0614", + "downloadUrl": "https://github.com/vim/vim/archive/v9.0.0614.tar.gz" } } },