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

This commit is contained in:
Lance R. Vick 2024-10-14 21:08:51 -07:00
commit 8f83882e8f
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=20230828-3.1
ENV SRC_HASH=4ee8182b6e569290e7d1f44f0f78dac8716b35f656b76528f699c69c98814dad
ENV VERSION=20240808-3.1
ENV SRC_HASH=5f0573349d77c4a48967191cdd6634dd7aa5f6398c6a57fe037cc02696d6099f
ENV SRC_FILE=libedit-${VERSION}.tar.gz
ENV SRC_SITE=https://www.thrysoee.dk/editline/${SRC_FILE}