1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:37:34 +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

@ -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() {