mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:27:34 +00:00
Ports/flac: Update flac to version 1.4.3
This commit is contained in:
parent
1ef7f8446c
commit
a047e939fa
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/ |
|
| [`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/ |
|
| [`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/ |
|
| [`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-engine`](flare-engine/) | Flare (engine) | 1.14 | https://flarerpg.org/ |
|
||||||
| [`flare-game`](flare-game/) | Flare (game) | 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 |
|
| [`flatbuffers`](flatbuffers/) | Flatbuffers | 2.0.0 | https://github.com/google/flatbuffers |
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port='flac'
|
port='flac'
|
||||||
version='1.4.2'
|
version='1.4.3'
|
||||||
useconfigure='true'
|
useconfigure='true'
|
||||||
depends=(
|
depends=(
|
||||||
'libogg'
|
'libogg'
|
||||||
)
|
)
|
||||||
files=(
|
files=(
|
||||||
"https://downloads.xiph.org/releases/flac/flac-${version}.tar.xz#e322d58a1f48d23d9dd38f432672865f6f79e73a6f9cc5a5f57fcaa83eb5a8e4"
|
"https://downloads.xiph.org/releases/flac/flac-${version}.tar.xz#6c58e69cd22348f441b861092b825e591d0b822e106de6eb0ee4d05d27205b70"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue