chore: update fmt 11.0.2

834a3473566f25b2d0ed572b32d2b7d3e8f96ddf221034f1398ee297463d1eb1 fmt
This commit is contained in:
ConYel 2024-10-10 21:30:21 +02:00
parent 0356639e9a
commit 7cbca0961f
No known key found for this signature in database
GPG key ID: DD9F5D50CAA0BAD4

View file

@ -1,7 +1,7 @@
FROM scratch AS base
ARG ARCH=x86_64
ENV VERSION=10.2.1
ENV SRC_HASH=1250e4cc58bf06ee631567523f48848dc4596133e163f02615c97f78bab6c811
ENV VERSION=11.0.2
ENV SRC_HASH=6cb1e6d37bdcb756dbbe59be438790db409cdb4868c66e888d5df9f13f7c027f
ENV SRC_FILE=${VERSION}.tar.gz
ENV SRC_SITE=https://github.com/fmtlib/fmt/archive/refs/tags/${SRC_FILE}