diff options
author | Emanuel Sprung <emanuel.sprung@gmail.com> | 2020-02-04 01:11:35 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-02-06 14:06:23 +0100 |
commit | f46d80ac4fc2d9c4d3da9baf5515d2af9c577596 (patch) | |
tree | 2e0ad4da9691ebb725851756ac7f670309f1c17c /Ports/c-ray/package.sh | |
parent | 991953ab0a957484ca1333de466374952381d1b2 (diff) | |
download | serenity-f46d80ac4fc2d9c4d3da9baf5515d2af9c577596.zip |
Ports: Added checksums / signature files and other fixes
* Use ${version} instead of explicit version numbers in urls/filenames
* Move -L option to port script, as this is always good
* Fix some various other stuff
Diffstat (limited to 'Ports/c-ray/package.sh')
-rwxr-xr-x | Ports/c-ray/package.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Ports/c-ray/package.sh b/Ports/c-ray/package.sh index 27148b357b..b66a668464 100755 --- a/Ports/c-ray/package.sh +++ b/Ports/c-ray/package.sh @@ -3,7 +3,6 @@ port=c-ray version=git workdir=c-ray-master useconfigure=true -curlopts="-L" files="https://github.com/vkoskiv/c-ray/archive/master.tar.gz c-ray-git.tar.gz" configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMakeToolchain.txt -DNO_SDL2=True" |