chore: bump libedit to 20240808-3.1

This commit is contained in:
Anton Livaja 2024-10-08 19:54:50 -04:00
parent 0356639e9a
commit 07eb88c9a8
No known key found for this signature in database
GPG key ID: 44A86CFF1FDF0E85

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}