From aa2e19e58f51ff2b6648809fc6a4d4ce1dc9df48 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 30 Aug 2021 20:13:18 +0200 Subject: Ports: Update relocated ports Port repos have been moved to the new SerenityPorts organization on GitHub, to declutter the main SerenityOS organization. --- Ports/quake2/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ports/quake2') 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 -- cgit v1.2.3