diff --git a/libs/ounit/DETAILS b/libs/ounit/DETAILS index 3bb4792b9b4..26b62030439 100644 --- a/libs/ounit/DETAILS +++ b/libs/ounit/DETAILS @@ -1,12 +1,12 @@ MODULE=ounit - VERSION=2.0.8 + VERSION=2.2.7 SOURCE=${MODULE}-${VERSION}.tar.gz - SOURCE_URL=http://forge.ocamlcore.org/frs/download.php/1738/ - SOURCE_VFY=sha256:ebd4c8edf0107e378ca2aebb876e217b8a9e9ae7d6b1263207a924cf32e425c6 + SOURCE_URL_FULL=https://github.com/gildor478/ounit/archive/refs/tags/v$VERSION.tar.gz + SOURCE_VFY=sha256:a067da09af075a6202bbd233e1e4ade46908c18c089caddd7398a859b95acbe7 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-2.0.7 WEB_SITE=http://forge.ocamlcore.org/projects/ounit/ ENTERED=20130203 - UPDATED=20180925 + UPDATED=20230810 SHORT="A unit test framework for OCaml" cat << EOF OUnit is a unit test framework for OCaml. It allows one to easily