mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Ports/flac: Update flac to version 1.4.3
This commit is contained in:
parent
1ef7f8446c
commit
a047e939fa
Notes:
sideshowbarker
2024-07-17 05:05:51 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/a047e939fa Pull-request: https://github.com/SerenityOS/serenity/pull/20901 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/timschumi
2 changed files with 3 additions and 3 deletions
|
@ -77,7 +77,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`file`](file/) | file (determine file type) | 5.45 | https://www.darwinsys.com/file/ |
|
||||
| [`findutils`](findutils/) | GNU findutils | 4.9.0 | https://www.gnu.org/software/findutils/ |
|
||||
| [`fio`](fio/) | fio - Flexible I/O tester | 3.33 | https://fio.readthedocs.io/en/latest/ |
|
||||
| [`flac`](flac/) | Free Lossless Audio Codec | 1.4.2 | https://xiph.org/flac/ |
|
||||
| [`flac`](flac/) | Free Lossless Audio Codec | 1.4.3 | https://xiph.org/flac/ |
|
||||
| [`flare-engine`](flare-engine/) | Flare (engine) | 1.14 | https://flarerpg.org/ |
|
||||
| [`flare-game`](flare-game/) | Flare (game) | 1.14 | https://flarerpg.org/ |
|
||||
| [`flatbuffers`](flatbuffers/) | Flatbuffers | 2.0.0 | https://github.com/google/flatbuffers |
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue