File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 44ARG ALPINE_VERSION=3.22
55ARG PACKAGE_PATH=main/vim
66ARG PACKAGE_NAME=vim
7- ARG PACKAGE_VERSION=9.1.1415
7+ ARG PACKAGE_VERSION=9.1.1566
88
99FROM docker.io/library/alpine:${ALPINE_VERSION} AS build
1010
@@ -62,6 +62,8 @@ COPY --from=build /usr/local/bin/vim /usr/local/bin/xxd /
6262ENTRYPOINT ["/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
Original file line number Diff line number Diff line change 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>"
56pkgname=vim
6- pkgver=9.1.1415
7+ pkgver=9.1.1566
78pkgrel=0
89pkgdesc=" Improved vi-style text editor"
910url=" 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
321324sha512sums="
322- bab839c08c5e42c27546dba723724d9ae2ee08fbb77402e10b78182843335808e2784ce28515deec70cf6a9d98aba18e9ebc7af428924b696b9dad52ff6a0ace vim-9.1.1415 .tar.gz
325+ c3376aacf239622a3844ba6a32cd9f8f5871a37470ef79325ef961be280f724d1fb38893c368131854fd51e94ccc7517adcda2cafb8ca62a5a27fc85d92e48b2 vim-9.1.1566 .tar.gz
323326bb4ac5bd2862754e741e63d7b521fd9e0cb1ac19769b952672928fd26471e9486182cd8a46a7e6f25e5b87759106e642293534c5e90c3c3958308291acb26875 vimrc
324327"
You can’t perform that action at this time.
0 commit comments