diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-09-26 09:39:38 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-09-26 09:39:38 +0000 |
| commit | bb568c2d5e7eeafc74724796058c32680563a643 (patch) | |
| tree | bcdd0c78096981cc6c60fde20e646a3b4845c351 /repos/extra/ffmpeg/abuild | |
| parent | a40ac02b13b3ed35a25fe6c9521cde8ee342e8ce (diff) | |
| download | alicelinux-bb568c2d5e7eeafc74724796058c32680563a643.tar.gz alicelinux-bb568c2d5e7eeafc74724796058c32680563a643.zip | |
ffmpeg: updated to 8.0
Diffstat (limited to 'repos/extra/ffmpeg/abuild')
| -rw-r--r-- | repos/extra/ffmpeg/abuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repos/extra/ffmpeg/abuild b/repos/extra/ffmpeg/abuild index e86b26f4..efd6c76f 100644 --- a/repos/extra/ffmpeg/abuild +++ b/repos/extra/ffmpeg/abuild @@ -1,8 +1,8 @@ name=ffmpeg -version=7.1.1 +version=8.0 release=1 source="https://$name.org/releases/$name-$version.tar.xz - gcc-14.patch" + libressl.patch" build() { ./configure \ |