diff options
-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 243cbd93c9..3b0f5a587c 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 09400bae2dc667964ba6ce815962cb59" +files="https://github.com/SerenityOS/SerenityQuake/archive/master.tar.gz quake.tar.gz 5d981f66accc580f80d20aee260e1f27" auth_type=md5 makeopts="V=1 SYMBOLS_ON=Y " depends=SDL2 |