Browse Source

liblzma: Revise update script to get version 5.2.4

Brad King 7 years ago
parent
commit
021b54cab8
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Utilities/Scripts/update-liblzma.bash

+ 3 - 1
Utilities/Scripts/update-liblzma.bash

@@ -8,7 +8,7 @@ readonly name="liblzma"
 readonly ownership="liblzma upstream <[email protected]>"
 readonly subtree="Utilities/cmliblzma"
 readonly repo="https://git.tukaani.org/xz.git"
-readonly tag="v5.0.8"
+readonly tag="v5.2.4"
 readonly shortlog=false
 readonly paths="
   COPYING
@@ -26,6 +26,8 @@ extract_source () {
     rmdir src
     rm liblzma/Makefile.*
     rm liblzma/*/Makefile.*
+    rm liblzma/liblzma.map
+    rm liblzma/validate_map.sh
     popd
 }