mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:57:35 +00:00
Ports: Add auth_type verification to all package.sh files
This commit is contained in:
parent
6c618eb072
commit
a206ab2211
68 changed files with 135 additions and 65 deletions
|
@ -3,7 +3,8 @@ port=c-ray
|
|||
version=git
|
||||
workdir=c-ray-master
|
||||
useconfigure=true
|
||||
files="https://github.com/vkoskiv/c-ray/archive/master.tar.gz c-ray-git.tar.gz"
|
||||
files="https://github.com/vkoskiv/c-ray/archive/master.tar.gz c-ray-git.tar.gz 939b40cdb642b78a2b300b5b2981e337"
|
||||
auth_type=md5
|
||||
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMake/CMakeToolchain.txt"
|
||||
depends="SDL2"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue