From a206ab2211d15cfdd27287b2e237e02eecee55a2 Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Fri, 16 Apr 2021 17:39:43 +0000 Subject: Ports: Add auth_type verification to all package.sh files --- Ports/SDLPoP/package.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Ports/SDLPoP') diff --git a/Ports/SDLPoP/package.sh b/Ports/SDLPoP/package.sh index 9dd5646ee1..a6bb39cdb8 100755 --- a/Ports/SDLPoP/package.sh +++ b/Ports/SDLPoP/package.sh @@ -5,7 +5,8 @@ version=git depends="SDL2 SDL2_image" workdir=SDLPoP-master configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMake/CMakeToolchain.txt" -files="https://github.com/NagyD/SDLPoP/archive/refs/heads/master.zip PoP.zip" +files="https://github.com/NagyD/SDLPoP/archive/refs/heads/master.zip PoP.zip c75184eb2a7e8c9ed008ffae371ec178" +auth_type=md5 install_location="Root/opt/PrinceOfPersia" configure() { -- cgit v1.2.3