Compare commits

...

1 commit

Author SHA1 Message Date
Anton Livaja
83a981f047 chore: update libxml2 version to 2.13.4 2024-10-17 10:24:59 -04:00

View file

@ -1,6 +1,6 @@
FROM scratch AS base
ENV VERSION=2.12.1
ENV SRC_HASH=1090e62c5a1900429f63e4681263b96e7829876ccbc66cf2d9266cd589f67286
ENV VERSION=2.13.4
ENV SRC_HASH=832f8c4c652f813c9d0a01adcaf86145b77c64e56c71ed85db8071aa78beb98f
ENV SRC_FILE=libxml2-v${VERSION}.tar.gz
ENV SRC_SITE=https://gitlab.gnome.org/GNOME/libxml2/-/archive/v${VERSION}/${SRC_FILE}