Fix sha hash for py-libarchive which was wrong in Containerfile, this was verified by downloading the referred to package running sha256sum on it, confirmed by Lance

This commit is contained in:
Michael Avrukin 2024-10-15 15:30:24 -04:00
parent b4e2f7e0be
commit 49c4d6a89c
No known key found for this signature in database
GPG key ID: C6EBA4123419DFAE

View file

@ -1,6 +1,6 @@
FROM scratch AS base
ENV VERSION=5.1
ENV SRC_HASH=b8198dd259684f75622112eb3172800780fbedda0a83652d22d36db0d4c0433c
ENV SRC_HASH=5051c6d157d03cc0891e5f1051edf5122d6e9b82c58cd30e898dea818e7ff014
ENV SRC_FILE=${VERSION}.tar.gz
ENV SRC_SITE=https://github.com/Changaco/python-libarchive-c/archive/${SRC_FILE}