1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 23:27:34 +00:00

Ports/flac: Update flac to version 1.4.3

This commit is contained in:
EWouters 2023-09-01 19:14:18 +02:00 committed by Jelle Raaijmakers
parent 1ef7f8446c
commit a047e939fa
2 changed files with 3 additions and 3 deletions

View file

@ -1,10 +1,10 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='flac'
version='1.4.2'
version='1.4.3'
useconfigure='true'
depends=(
'libogg'
)
files=(
"https://downloads.xiph.org/releases/flac/flac-${version}.tar.xz#e322d58a1f48d23d9dd38f432672865f6f79e73a6f9cc5a5f57fcaa83eb5a8e4"
"https://downloads.xiph.org/releases/flac/flac-${version}.tar.xz#6c58e69cd22348f441b861092b825e591d0b822e106de6eb0ee4d05d27205b70"
)