chore: update libarchive version to 3.7.7

This commit is contained in:
Anton Livaja 2024-10-15 16:03:10 -04:00
parent 0356639e9a
commit 8ae7d5d7aa

View file

@ -1,7 +1,7 @@
FROM scratch AS base
ARG ARCH=x86_64
ENV VERSION=3.7.4
ENV SRC_HASH=f887755c434a736a609cbd28d87ddbfbe9d6a3bb5b703c22c02f6af80a802735
ENV VERSION=3.7.7
ENV SRC_HASH=879acd83c3399c7caaee73fe5f7418e06087ab2aaf40af3e99b9e29beb29faee
ENV SRC_FILE=libarchive-${VERSION}.tar.xz
ENV SRC_SITE=https://libarchive.org/downloads/${SRC_FILE}