diff options
author | Kenneth Myhra <kennethmyhra@gmail.com> | 2022-01-13 14:25:46 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-01-13 18:46:22 +0100 |
commit | 0a3c2d5a8f5a1d302aa4c8270600f27271d003c4 (patch) | |
tree | 71afc7550c59559a1a0313702c7f9ab52ca9f738 | |
parent | 56be956eb52eb604d8e55f02aa6443f0da8768b8 (diff) | |
download | serenity-0a3c2d5a8f5a1d302aa4c8270600f27271d003c4.zip |
Ports/vim: Bump version number to 8.2.4066
-rw-r--r-- | Ports/AvailablePorts.md | 2 | ||||
-rwxr-xr-x | Ports/vim/package.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index fb1d1c7a88..d2d667bca1 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -187,7 +187,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.2772 | https://www.vim.org/ | +| [`vim`](vim/) | Vim | 8.2.4066 | https://www.vim.org/ | | [`vitetris`](vitetris/) | vitetris | 0.59.1 | https://github.com/vicgeralds/vitetris | | [`vttest`](vttest/) | vttest | 20210210 | https://invisible-island.net/vttest/ | | [`wget`](wget/) | GNU Wget | 1.21.1 | https://www.gnu.org/software/wget/ | diff --git a/Ports/vim/package.sh b/Ports/vim/package.sh index fb2cd7ee3d..76eb328b29 100755 --- a/Ports/vim/package.sh +++ b/Ports/vim/package.sh @@ -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") |