diff options
author | Gunnar Beutner <gbeutner@serenityos.org> | 2021-06-06 19:27:12 +0200 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2021-06-09 17:39:00 +0430 |
commit | a4d5745e2f378e298d902413e09e03d51ad2f315 (patch) | |
tree | 0d35a74616e68fa922f98b5ff44248ddb9c84304 | |
parent | a5e6a373ccd8f21e1ec8ae558d47c77a4cf3cfa5 (diff) | |
download | serenity-a4d5745e2f378e298d902413e09e03d51ad2f315.zip |
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.
-rwxr-xr-x | Ports/stpuzzles/package.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Ports/stpuzzles/package.sh b/Ports/stpuzzles/package.sh index d7a7d983bd..ee9798ecbe 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" |