1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:07:35 +00:00

Ports/vim: Bump version number to 8.2.4066

This commit is contained in:
Kenneth Myhra 2022-01-13 14:25:46 +01:00 committed by Linus Groh
parent 56be956eb5
commit 0a3c2d5a8f
2 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=vim
version=8.2.2772
version=8.2.4066
workdir="${port}-${version}"
useconfigure="true"
files="https://github.com/vim/vim/archive/refs/tags/v${version}.tar.gz vim-v${version}.tar.gz 47613400943bbf3e110c38e8c4923b9e51c1d63d9774313820e1d9b4c4bb9e11"
files="https://github.com/vim/vim/archive/refs/tags/v${version}.tar.gz vim-v${version}.tar.gz a4efb11228876f67fb953804e9bfe961892914c33fd9c2993079f49109521ac0"
auth_type=sha256
configopts=("--with-tlib=tinfo" "--with-features=normal")
depends=("ncurses" "gettext")