Skip to content

Commit

Permalink
ci: move xz back to github
Browse files Browse the repository at this point in the history
  • Loading branch information
gnattu committed Jul 23, 2024
1 parent 8ee6565 commit 93df96e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder/scripts.d/25-xz.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

SCRIPT_REPO="https://git.tukaani.org/xz.git"
SCRIPT_REPO="https://github.com/tukaani-project/xz"
SCRIPT_COMMIT="v5.6.2"
SCRIPT_TAGFILTER="v?.*.*"

Expand Down
2 changes: 1 addition & 1 deletion docker-build-win64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ popd
popd

# LZMA
git clone -b v5.6.2 --depth=1 https://git.tukaani.org/xz.git
git clone -b v5.6.2 --depth=1 https://github.com/tukaani-project/xz
pushd xz
./autogen.sh --no-po4a --no-doxygen
./configure \
Expand Down

0 comments on commit 93df96e

Please sign in to comment.