diff options
Diffstat (limited to 'Ports/quake2')
-rwxr-xr-x | Ports/quake2/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/quake2/package.sh b/Ports/quake2/package.sh index dbe6d4c08e..2c78c16d86 100755 --- a/Ports/quake2/package.sh +++ b/Ports/quake2/package.sh @@ -3,7 +3,7 @@ port=quake2 version=0.1 workdir=SerenityQuakeII-master useconfigure=true -files="https://github.com/SerenityOS/SerenityQuakeII/archive/master.tar.gz quake2.tar.gz" +files="https://github.com/SerenityPorts/SerenityQuakeII/archive/master.tar.gz quake2.tar.gz" makeopts="" configopts="-DCMAKE_TOOLCHAIN_FILE=${SERENITY_SOURCE_DIR}/Toolchain/CMake/CMakeToolchain.txt" depends=SDL2 |