Ports: Update vim to version 8.2.4554
This commit is contained in:
parent
ff16da98b0
commit
09673e7f13
Notes:
sideshowbarker
2024-07-17 17:30:42 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/09673e7f13 Pull-request: https://github.com/SerenityOS/serenity/pull/13016
2 changed files with 3 additions and 3 deletions
|
@ -199,7 +199,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
|||
| [`tinycc`](tinycc/) | Tiny C Compiler (TinyCC) | dev | https://github.com/TinyCC/tinycc |
|
||||
| [`tinyscheme`](tinyscheme/) | TinyScheme Interpreter | 1.42 | https://sourceforge.net/projects/tinyscheme/ |
|
||||
| [`tr`](tr/) | tr (OpenBSD) | 6.7 | https://github.com/ibara/libpuffy |
|
||||
| [`vim`](vim/) | Vim | 8.2.4066 | https://www.vim.org/ |
|
||||
| [`vim`](vim/) | Vim | 8.2.4554 | https://www.vim.org/ |
|
||||
| [`vitetris`](vitetris/) | vitetris | 0.59.1 | https://github.com/vicgeralds/vitetris |
|
||||
| [`vttest`](vttest/) | vttest | 20220215 | https://invisible-island.net/vttest/ |
|
||||
| [`wget`](wget/) | GNU Wget | 1.21.2 | https://www.gnu.org/software/wget/ |
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=vim
|
||||
version=8.2.4066
|
||||
version=8.2.4554
|
||||
workdir="${port}-${version}"
|
||||
useconfigure="true"
|
||||
files="https://github.com/vim/vim/archive/refs/tags/v${version}.tar.gz vim-v${version}.tar.gz a4efb11228876f67fb953804e9bfe961892914c33fd9c2993079f49109521ac0"
|
||||
files="https://github.com/vim/vim/archive/refs/tags/v${version}.tar.gz vim-v${version}.tar.gz 206c8fc2535df33b9ea62fa1c9acae66c981a3e3aa4de0f652ef3a25e2b92571"
|
||||
auth_type=sha256
|
||||
configopts=("--with-tlib=tinfo" "--with-features=normal")
|
||||
depends=("ncurses" "gettext")
|
||||
|
|
Loading…
Add table
Reference in a new issue