Compare commits

..

1 commit

Author SHA1 Message Date
ConYel
c4edf76b27
chore: update cython to 3.0.11-1
e80a3e0a4f47a2113f0ea67212936bb7d4468aa03f3b32481d0d0190691012ae cython
2024-10-10 19:58:26 +02:00

View file

@ -1,6 +1,6 @@
FROM scratch AS base
ENV VERSION=3.0.10
ENV SRC_HASH=00f97476cef9fcd9a89f9d2a49be3b518e1a74b91f377fe08c97fcb44bc0f7d7
ENV VERSION=3.0.11-1
ENV SRC_HASH=a6bcfc81ae0487c3d0de4226e0c5aff7c7d0a5e344cc7b75c17bbb6e713f154b
ENV SRC_FILE=${VERSION}.tar.gz
ENV SRC_SITE=https://github.com/cython/cython/archive/${SRC_FILE}