diff options
author | EWouters <6179932+EWouters@users.noreply.github.com> | 2022-06-03 20:30:00 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-06-08 11:40:31 +0100 |
commit | 4d2f1482674044a619d3a9545e2012d862430b3b (patch) | |
tree | 9a1ddead3f8d9e7eccefe07a41bbc7acda5fa29d /Ports/pt2-clone | |
parent | a9e9b55380d5e45ed75a3c7aed16cef9bcff89be (diff) | |
download | serenity-4d2f1482674044a619d3a9545e2012d862430b3b.zip |
Ports/pt2-clone: Update pt2-clone to version 1.49
Diffstat (limited to 'Ports/pt2-clone')
-rwxr-xr-x | Ports/pt2-clone/package.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Ports/pt2-clone/package.sh b/Ports/pt2-clone/package.sh index 51e9e68026..8f11f9ec01 100755 --- a/Ports/pt2-clone/package.sh +++ b/Ports/pt2-clone/package.sh @@ -1,9 +1,9 @@ #!/usr/bin/env -S bash ../.port_include.sh -port=pt2-clone -version=1.43 -useconfigure=true -files="https://github.com/8bitbubsy/pt2-clone/archive/v${version}.tar.gz v${version}.tar.gz 760c1545105fbf3798fd101c6f213e0fd60943869023ef735f16f4b35221e007" -auth_type=sha256 +port='pt2-clone' +version='1.49' +files="https://github.com/8bitbubsy/pt2-clone/archive/v${version}.tar.gz v${version}.tar.gz c2e796b25aba625551c50b2c0743ccc83b007d2eeac2f5eaad870b60f5a1554b" +auth_type='sha256' +useconfigure='true' configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt") depends=("SDL2") |