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/c-ray | |
parent | d77e7e99e4b3bf23ed3663c4d6db34f1496b4306 (diff) | |
download | serenity-5911d379a67d4d8957b89f1ca7eed946eae8312b.zip |
Ports: Update checksums to use the SHA256 algorithm
Diffstat (limited to 'Ports/c-ray')
-rwxr-xr-x | Ports/c-ray/package.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/c-ray/package.sh b/Ports/c-ray/package.sh index 94de863aaf..02b5204518 100755 --- a/Ports/c-ray/package.sh +++ b/Ports/c-ray/package.sh @@ -2,8 +2,8 @@ port=c-ray version=c094d64570c30c70f4003e9428d31a2a0d9d3d41 useconfigure=true -files="https://github.com/vkoskiv/c-ray/archive/${version}.tar.gz ${version}.tar.gz b83e3c6a1462486257dfe38d309b47c2" -auth_type=md5 +files="https://github.com/vkoskiv/c-ray/archive/${version}.tar.gz ${version}.tar.gz 1e0663a1d83e8a9984aced33b9307471f3302c8a5ea7ec47954854d60902a747" +auth_type=sha256 configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_SOURCE_DIR/Toolchain/CMake/CMakeToolchain.txt" depends="SDL2" workdir="${port}-${version}" |