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 | |
parent | a9e9b55380d5e45ed75a3c7aed16cef9bcff89be (diff) | |
download | serenity-4d2f1482674044a619d3a9545e2012d862430b3b.zip |
Ports/pt2-clone: Update pt2-clone to version 1.49
Diffstat (limited to 'Ports')
-rw-r--r-- | Ports/AvailablePorts.md | 2 | ||||
-rwxr-xr-x | Ports/pt2-clone/package.sh | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index b6cc603c65..4b9d746843 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -179,7 +179,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`pkgconf`](pkgconf/) | pkgconf | 1.8.0 | https://github.com/pkgconf/pkgconf | | [`powdertoy`](powdertoy/) | The Powder Toy | 96.2.350 | https://powdertoy.co.uk/ | | [`printf`](printf/) | printf (OpenBSD) | 6.6 | https://github.com/ibara/libpuffy | -| [`pt2-clone`](pt2-clone/) | ProTracker 2 clone | 1.43 | https://github.com/8bitbubsy/pt2-clone | +| [`pt2-clone`](pt2-clone/) | ProTracker 2 clone | 1.49 | https://github.com/8bitbubsy/pt2-clone | | [`pv`](pv/) | Pipe Viewer | 1.6.20 | http://www.ivarch.com/programs/pv.shtml | | [`python3`](python3/) | Python | 3.10.4 | https://www.python.org/ | | [`qt6-qtbase`](qt6-qtbase/) | Qt6 QtBase | 6.2.3 | https://qt.io | 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") |