diff options
author | Gunnar Beutner <gunnar@beutner.name> | 2021-04-25 12:20:15 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-04-25 13:30:18 +0200 |
commit | 5911d379a67d4d8957b89f1ca7eed946eae8312b (patch) | |
tree | 7253e1a1505526d36ea8bd7d29219a6e1232b531 /Ports/openssh | |
parent | d77e7e99e4b3bf23ed3663c4d6db34f1496b4306 (diff) | |
download | serenity-5911d379a67d4d8957b89f1ca7eed946eae8312b.zip |
Ports: Update checksums to use the SHA256 algorithm
Diffstat (limited to 'Ports/openssh')
-rwxr-xr-x | Ports/openssh/package.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/openssh/package.sh b/Ports/openssh/package.sh index 89b1353d6a..aa67b85d6a 100755 --- a/Ports/openssh/package.sh +++ b/Ports/openssh/package.sh @@ -2,8 +2,8 @@ port=openssh workdir=openssh-portable-9ca7e9c861775dd6c6312bc8aaab687403d24676 version=8.3-9ca7e9c -files="https://github.com/openssh/openssh-portable/archive/9ca7e9c861775dd6c6312bc8aaab687403d24676.tar.gz openssh-8.3-9ca7e9c.tar.gz 9ddfeabac11b59a1c5670a6905463ce2" -auth_type=md5 +files="https://github.com/openssh/openssh-portable/archive/9ca7e9c861775dd6c6312bc8aaab687403d24676.tar.gz openssh-8.3-9ca7e9c.tar.gz 78e3051cd76e505b1c9ea4fdcc108f47c64d4db058dad4f776908ed0229f6234" +auth_type=sha256 depends="zlib openssl" useconfigure=true configopts="--prefix=/usr/local --disable-utmp --disable-strip --sysconfdir=/etc/ssh --with-ssl-dir=${SERENITY_INSTALL_ROOT}/usr/local/lib" |