Update package version to 9.1.1857

This commit is contained in:
2025-10-16 16:59:22 +03:00
parent beae13605d
commit 3120b6cec0
3 changed files with 2 additions and 1292 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: vim
description: A highly configurable text editor
version: 9.1.1845
version: 9.1.1857
revision: 1
url: https://www.vim.org/
license: vim
@@ -35,4 +35,4 @@ downloads:
- url: https://github.com/vim/vim/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: 39f191f7cfd0075e4a10ae1fe7b5031cc5eeff036d4bc4789253486fc5295781
checksum: 1842a5ce750d1b29be3ffb10ab73af89b1fdd080dfa1de29588413638c4d969c
File diff suppressed because it is too large Load Diff
-3
View File
@@ -10,9 +10,6 @@ prepare() {
sed -E 's|^.*(#define SYS_.*VIMRC_FILE.*").*$|\1|g' -i src/feature.h
sed -E 's|^.*(#define VIMRC_FILE.*").*$|\1|g' -i src/feature.h
# Fix makefile dependencies for vim 9.1.1845
patch -Np1 -i "$BPM_WORKDIR"/fix-makefile-dependencies.patch
# Regenerate configure script
cd src
autoconf