summaryrefslogtreecommitdiff
path: root/Ports/vim
diff options
context:
space:
mode:
authorGunnar Beutner <gunnar@beutner.name>2021-04-25 12:20:15 +0200
committerLinus Groh <mail@linusgroh.de>2021-04-25 13:30:18 +0200
commit5911d379a67d4d8957b89f1ca7eed946eae8312b (patch)
tree7253e1a1505526d36ea8bd7d29219a6e1232b531 /Ports/vim
parentd77e7e99e4b3bf23ed3663c4d6db34f1496b4306 (diff)
downloadserenity-5911d379a67d4d8957b89f1ca7eed946eae8312b.zip
Ports: Update checksums to use the SHA256 algorithm
Diffstat (limited to 'Ports/vim')
-rwxr-xr-xPorts/vim/package.sh4
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"