File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ let zlib = import "../zlib/build.ncl" in
1212let bzip2 = import "../bzip2/build.ncl" in
1313let zstd = import "../zstd/build.ncl" in
1414
15- let version = "3.8.1 " in
15+ let version = "3.8.9 " in
1616{
1717 name = "libarchive" ,
1818 build_deps = [
1919 { file = "build.sh" } | Local ,
2020 {
21- # Upstream: https://github.com/libarchive/libarchive/releases/download/v3.8.1 /libarchive-3.8.1 .tar.gz
22- # STAGING: gcloud storage cp libarchive-3.8.1 .tar.gz gs://minimal-staging-archives/
21+ # Upstream: https://github.com/libarchive/libarchive/releases/download/v3.8.9 /libarchive-3.8.9 .tar.gz
22+ # STAGING: gcloud storage cp libarchive-3.8.9 .tar.gz gs://minimal-staging-archives/
2323 url = "gs://minimal-staging-archives/libarchive-%{version }.tar.gz" ,
24- sha256 = "bde832a5e3344dc723cfe9cc37f8e54bde04565bfe6f136bc1bd31ab352e9fab "
24+ sha256 = "f5a6539059cf5e597dbeda37bfa4874b1e8dea063c8d93bf85a2b44af90a5bd4 "
2525 } | Source ,
2626 bash-bootstrap ,
2727 make ,
Original file line number Diff line number Diff line change 11#! /bin/sh
22set -ex
33
4- tar -xof libarchive-3.8.1 .tar.gz
5- cd libarchive-3.8.1
4+ tar -xof libarchive-3.8.9 .tar.gz
5+ cd libarchive-3.8.9
66
77case $( uname -m) in
88 x86_64) MARCH=" -march=x86-64-v3" ;;
You can’t perform that action at this time.
0 commit comments