Skip to content

Commit 0b2606b

Browse files
committed
UPG: upgrade main/vim to 9.1.1566
1 parent beef5a7 commit 0b2606b

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

main/vim/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ARG ALPINE_VERSION=3.22
55
ARG PACKAGE_PATH=main/vim
66
ARG PACKAGE_NAME=vim
7-
ARG PACKAGE_VERSION=9.1.1415
7+
ARG PACKAGE_VERSION=9.1.1566
88

99
FROM docker.io/library/alpine:${ALPINE_VERSION} AS build
1010

@@ -62,6 +62,8 @@ COPY --from=build /usr/local/bin/vim /usr/local/bin/xxd /
6262
ENTRYPOINT ["/vim"]
6363

6464
########## CHANGES ##########
65+
# 20251015:
66+
# * Upgrade vim to 9.1.1566
6567
# 20250531:
6668
# * Upgrade vim to 9.1.1415
6769
# * Commit APKBUILD to git for reproducible build

main/vim/aports/APKBUILD

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Contributor: Sergei Lukin <sergej.lukin@gmail.com>
22
# Contributor: Łukasz Jendrysik <scadu@yandex.com>
33
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
4-
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
4+
# Maintainer: Celeste <cielesti@protonmail.com>
5+
maintainer="Celeste <cielesti@protonmail.com>"
56
pkgname=vim
6-
pkgver=9.1.1415
7+
pkgver=9.1.1566
78
pkgrel=0
89
pkgdesc="Improved vi-style text editor"
910
url="https://www.vim.org/"
@@ -221,6 +222,7 @@ build() {
221222
--enable-python3interp=dynamic \
222223
--enable-rubyinterp=dynamic \
223224
--without-x \
225+
--without-wayland \
224226
--disable-nls \
225227
--enable-acl \
226228
--enable-multibyte \
@@ -237,6 +239,7 @@ build() {
237239
--enable-python3interp=dynamic \
238240
--enable-rubyinterp=dynamic \
239241
--with-x \
242+
--with-wayland \
240243
--disable-nls \
241244
--enable-acl \
242245
--enable-multibyte \
@@ -319,6 +322,6 @@ xxd() {
319322
}
320323

321324
sha512sums="
322-
bab839c08c5e42c27546dba723724d9ae2ee08fbb77402e10b78182843335808e2784ce28515deec70cf6a9d98aba18e9ebc7af428924b696b9dad52ff6a0ace vim-9.1.1415.tar.gz
325+
c3376aacf239622a3844ba6a32cd9f8f5871a37470ef79325ef961be280f724d1fb38893c368131854fd51e94ccc7517adcda2cafb8ca62a5a27fc85d92e48b2 vim-9.1.1566.tar.gz
323326
bb4ac5bd2862754e741e63d7b521fd9e0cb1ac19769b952672928fd26471e9486182cd8a46a7e6f25e5b87759106e642293534c5e90c3c3958308291acb26875 vimrc
324327
"

0 commit comments

Comments
 (0)