diff options
Diffstat (limited to 'Ports/vim')
-rwxr-xr-x | Ports/vim/package.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/vim/package.sh b/Ports/vim/package.sh index 4d5ed13efa..12b4670ca1 100755 --- a/Ports/vim/package.sh +++ b/Ports/vim/package.sh @@ -3,8 +3,8 @@ port=vim version=8.2.2772 workdir="${port}-${version}" useconfigure="true" -files="https://github.com/vim/vim/archive/refs/tags/v${version}.tar.gz vim-v${version}.tar.gz 0dbd7323008c1d95d0396e119210630f" -auth_type=md5 +files="https://github.com/vim/vim/archive/refs/tags/v${version}.tar.gz vim-v${version}.tar.gz 47613400943bbf3e110c38e8c4923b9e51c1d63d9774313820e1d9b4c4bb9e11" +auth_type=sha256 configopts="--with-tlib=tinfo --with-features=normal" depends="ncurses" |