mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
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.
This commit is contained in:
parent
a5e6a373cc
commit
a4d5745e2f
Notes:
sideshowbarker
2024-07-18 12:33:54 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/a4d5745e2f3 Pull-request: https://github.com/SerenityOS/serenity/pull/7849
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue