mirror of
https://github.com/jellyfin/jellyfin-ffmpeg.git
synced 2026-09-03 05:09:58 +03:00
ci: bump xz to 5.6.2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://git.tukaani.org/xz.git"
|
||||
SCRIPT_COMMIT="v5.6.1"
|
||||
SCRIPT_COMMIT="v5.6.2"
|
||||
SCRIPT_TAGFILTER="v?.*.*"
|
||||
|
||||
ffbuild_enabled() {
|
||||
|
||||
@@ -162,7 +162,7 @@ popd
|
||||
popd
|
||||
|
||||
# LZMA
|
||||
git clone -b v5.6.1 --depth=1 https://git.tukaani.org/xz.git
|
||||
git clone -b v5.6.2 --depth=1 https://git.tukaani.org/xz.git
|
||||
pushd xz
|
||||
./autogen.sh --no-po4a --no-doxygen
|
||||
./configure \
|
||||
|
||||
Reference in New Issue
Block a user