Merge remote-tracking branch 'origin/refs/pull/274/head' into staging

This commit is contained in:
Lance R. Vick 2024-10-14 21:25:18 -07:00
commit 8ac53a4dbb
No known key found for this signature in database
GPG key ID: 8E47A1EC35A1551D

View file

@ -1,7 +1,7 @@
FROM scratch AS base
ARG ARCH=x86_64
ENV VERSION=4.0.43
ENV SRC_HASH=541e179665dc4e272b9602f2074243591a157da89cc47064da8c5829dbd2b339
ENV VERSION=4.0.45
ENV SRC_HASH=0b008a96bd0efe0e542fa4383d469af66bc4a93394990b103730a8160a67d618
ENV SRC_FILE=mtools-${VERSION}.tar.bz2
ENV SRC_SITE=https://ftp.gnu.org/gnu/mtools/${SRC_FILE}