Skip to content

Commit 17120c0

Browse files
Update libarchive to 3.8.9
1 parent cb54f00 commit 17120c0

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/libarchive/build.ncl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ let zlib = import "../zlib/build.ncl" in
1212
let bzip2 = import "../bzip2/build.ncl" in
1313
let 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,

packages/libarchive/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/sh
22
set -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

77
case $(uname -m) in
88
x86_64) MARCH="-march=x86-64-v3" ;;

0 commit comments

Comments
 (0)