diff --git a/packages/py-sphinxcontrib-qthelp/Containerfile b/packages/py-sphinxcontrib-qthelp/Containerfile index 69561ee..c4b507d 100644 --- a/packages/py-sphinxcontrib-qthelp/Containerfile +++ b/packages/py-sphinxcontrib-qthelp/Containerfile @@ -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}