chore: update rhash version to 1.4.5

This commit is contained in:
Anton Livaja 2024-10-16 12:16:38 -04:00
parent 0356639e9a
commit f1fd6a0ba7

View file

@ -1,7 +1,7 @@
FROM scratch AS base
ARG ARCH=x86_64
ENV VERSION=1.4.4
ENV SRC_HASH=8e7d1a8ccac0143c8fe9b68ebac67d485df119ea17a613f4038cda52f84ef52a
ENV VERSION=1.4.5
ENV SRC_HASH=6db837e7bbaa7c72c5fd43ca5af04b1d370c5ce32367b9f6a1f7b49b2338c09a
ENV SRC_FILE=v${VERSION}.tar.gz
ENV SRC_SITE=https://github.com/rhash/RHash/archive/refs/tags/${SRC_FILE}