1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-01 11:39:22 +00:00

Ports/libopenal: Update libopenal to version 1.23.1

This commit is contained in:
EWouters 2023-09-01 20:56:05 +02:00 committed by Jelle Raaijmakers
parent de66d72651
commit c5414e6e6d
2 changed files with 3 additions and 3 deletions

View File

@ -163,7 +163,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`libmpg123`](libmpg123/) | libmpg123 | 1.31.3 | https://www.mpg123.de/ |
| [`libogg`](libogg/) | libogg | 1.3.5 | https://github.com/xiph/ogg |
| [`liboggz`](liboggz/) | liboggz | 1.1.1 | https://www.xiph.org/oggz/ |
| [`libopenal`](libopenal/) | OpenAL soft | 1.21.1 | https://openal-soft.org/ |
| [`libopenal`](libopenal/) | OpenAL soft | 1.23.1 | https://openal-soft.org/ |
| [`libopus`](libopus/) | libopus | 1.3.1 | hhttps://opus-codec.org/ |
| [`libphysfs`](libphysfs/) | PhysicsFS | 3.0.2 | https://icculus.org/physfs/ |
| [`libpng`](libpng/) | libpng | 1.6.39 | https://libpng.org/ |

View File

@ -1,6 +1,6 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='libopenal'
version='1.21.1'
version='1.23.1'
workdir="openal-soft-${version}"
depends=(
'SDL2'
@ -14,7 +14,7 @@ configopts=(
'-DALSOFT_BACKEND_SDL2=ON'
)
files=(
"https://openal-soft.org/openal-releases/openal-soft-${version}.tar.bz2#c8ad767e9a3230df66756a21cc8ebf218a9d47288f2514014832204e666af5d8"
"https://openal-soft.org/openal-releases/openal-soft-${version}.tar.bz2#796f4b89134c4e57270b7f0d755f0fa3435b90da437b745160a49bd41c845b21"
)
configure() {