Skip to content

Commit

Permalink
Bump xz to 5.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Jan 19, 2025
1 parent 4549ad8 commit 72e5f04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Currently FFmpeg 7.1 is built with the following packages enabled for all platfo

- gmp 6.3.0
- xml2 2.9.13
- xz 5.4.4
- xz 5.6.3
- aom 3.11.0
- dav1d 1.4.1
- lame 3.100
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
library_group = [
Package(
name="xz",
source_url="https://github.com/tukaani-project/xz/releases/download/v5.4.4/xz-5.4.4.tar.xz",
source_url="https://github.com/tukaani-project/xz/releases/download/v5.6.3/xz-5.6.3.tar.xz",
build_arguments=[
"--disable-doc",
"--disable-lzma-links",
Expand Down
2 changes: 1 addition & 1 deletion scripts/cibuildpkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def _build_with_autoconf(self, package: Package, for_builder: bool) -> None:
cache_path = os.path.join(self.source_dir, name)
if not os.path.exists(cache_path):
fetch(
"https://git.savannah.gnu.org/cgit/config.git/plain/" + name,
f"https://raw.githubusercontent.com/gcc-mirror/gcc/refs/heads/master/{name}",
cache_path,
)
shutil.copy(cache_path, script_path)
Expand Down

0 comments on commit 72e5f04

Please sign in to comment.