diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-28 14:52:10 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-28 14:52:10 +0000 |
commit | 83f6cc219f1df40b14e3194c80f7df5fdac61fc1 (patch) | |
tree | d51710e7ffb6412130d6e631396bf7d682c638f3 /sub/xz/Makefile | |
parent | 05f07a4b8c4c3d72cd582e24fcb862518d32e4c9 (diff) | |
download | lh-bootstrap-83f6cc219f1df40b14e3194c80f7df5fdac61fc1.tar.xz |
Update to new versions (first part)
Diffstat (limited to 'sub/xz/Makefile')
-rw-r--r-- | sub/xz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sub/xz/Makefile b/sub/xz/Makefile index 79a44ba..97e19f8 100644 --- a/sub/xz/Makefile +++ b/sub/xz/Makefile @@ -1,7 +1,7 @@ XZ_NAME := xz -XZ_VERSION := 5.2.4 -XZ_URLDIR := http://tukaani.org/$(XZ_NAME) +XZ_VERSION := 5.2.5 +XZ_URLDIR := https://tukaani.org/$(XZ_NAME) XZ_TAREXT := tar.xz XZ_TARLETTER := J XZ_CONF_STATIC := $(if $(filter true,$(BUILD_HOST_STATIC)),--disable-shared,) |