diff options
author | Andreas Kling <kling@serenityos.org> | 2021-08-30 20:13:18 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-08-30 20:18:07 +0200 |
commit | aa2e19e58f51ff2b6648809fc6a4d4ce1dc9df48 (patch) | |
tree | d5d6535b028353964ad97927e06a4a3158550299 /Ports/quake | |
parent | 51ea4d38d57ca1d59c37c937323124241997b8f4 (diff) | |
download | serenity-aa2e19e58f51ff2b6648809fc6a4d4ce1dc9df48.zip |
Ports: Update relocated ports
Port repos have been moved to the new SerenityPorts organization on
GitHub, to declutter the main SerenityOS organization.
Diffstat (limited to 'Ports/quake')
-rwxr-xr-x | Ports/quake/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/quake/package.sh b/Ports/quake/package.sh index 1cee8db712..2a1dfbe691 100755 --- a/Ports/quake/package.sh +++ b/Ports/quake/package.sh @@ -3,7 +3,7 @@ port=quake version=0.65 workdir=SerenityQuake-master useconfigure=false -files="https://github.com/SerenityOS/SerenityQuake/archive/master.tar.gz quake.tar.gz" +files="https://github.com/SerenityPorts/SerenityQuake/archive/master.tar.gz quake.tar.gz" makeopts="V=1 SYMBOLS_ON=Y " depends=SDL2 launcher_name=Quake |