Compare commits

...

1 commit

Author SHA1 Message Date
Anton Livaja
8ae7d5d7aa chore: update libarchive version to 3.7.7 2024-10-15 16:03:10 -04:00

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}