1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:27:43 +00:00

Ports: vim: Pin version to latest release rather than use master branch

This commit is contained in:
Brendan Coles 2021-04-17 11:45:23 +00:00 committed by Linus Groh
parent 4a2c0d721f
commit 65a89ea67e
2 changed files with 4 additions and 4 deletions

View file

@ -1,9 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=vim
version=git
workdir=vim-master
version=8.2.2772
workdir="${port}-${version}"
useconfigure="true"
files="https://github.com/vim/vim/archive/master.tar.gz vim-git.tar.gz 9f999815c6afc320612d55f93f0db67b"
files="https://github.com/vim/vim/archive/refs/tags/v${version}.tar.gz vim-v${version}.tar.gz 0dbd7323008c1d95d0396e119210630f"
auth_type=md5
configopts="--with-tlib=tinfo --with-features=normal"
depends="ncurses"