Compare commits

...

1 commit

Author SHA1 Message Date
Anton Livaja
93661bdcae chore: update py-sphinxcontrib-qthelp version to 2.0.0 2024-10-16 12:26:21 -04:00

View file

@ -1,6 +1,6 @@
FROM scratch AS base
ENV VERSION=1.0.6
ENV SRC_HASH=a7bd74c400fc84fadbd0bd74c6c48b1a12465dc950af335b59ee5e62e082fce3
ENV VERSION=2.0.0
ENV SRC_HASH=8bbb0bc76ad38fc552a73292740b55bdf9ea2ab3d5111ebd58e47cd6225855b2
ENV SRC_FILE=${VERSION}.tar.gz
ENV SRC_SITE=https://github.com/sphinx-doc/sphinxcontrib-qthelp/archive/refs/tags/${SRC_FILE}