From a4d5745e2f378e298d902413e09e03d51ad2f315 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Sun, 6 Jun 2021 19:27:12 +0200 Subject: [PATCH] Ports: Remove checksum for the stpuzzles port The Git repository is hosted on GitHub and is owned by the SerenityOS GitHub organization which means our root of trust is GitHub anyway (where did you get _this_ repository from?) So let's remove the checksum. --- Ports/stpuzzles/package.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Ports/stpuzzles/package.sh b/Ports/stpuzzles/package.sh index d7a7d983bdb..ee9798ecbec 100755 --- a/Ports/stpuzzles/package.sh +++ b/Ports/stpuzzles/package.sh @@ -4,8 +4,7 @@ useconfigure=true version=git workdir=stpuzzles-main configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_SOURCE_DIR/Toolchain/CMake/CMakeToolchain.txt" -files="https://github.com/SerenityOS/stpuzzles/archive/refs/heads/main.zip stpuzzles.zip 425addbfa4949f6f7341f476359789a33f3826c50f3dc2f6aa734c423a8926e7" -auth_type=sha256 +files="https://github.com/SerenityOS/stpuzzles/archive/refs/heads/main.zip stpuzzles.zip" configure() { run cmake $configopts -DCMAKE_CXX_FLAGS="-std=c++2a -O2"