Index: openacs-4/packages/acs-tcl/lib/check-installed.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/lib/check-installed.tcl,v diff -u -r1.3.2.2 -r1.3.2.3 --- openacs-4/packages/acs-tcl/lib/check-installed.tcl 11 Aug 2022 13:49:46 -0000 1.3.2.2 +++ openacs-4/packages/acs-tcl/lib/check-installed.tcl 24 Nov 2022 14:10:35 -0000 1.3.2.3 @@ -23,6 +23,9 @@ ? [dict get $resource_info versionDir] : $version }] +if {[dict exists $resource_info versionCheckURL]} { + set versionCheckURL [dict get $resource_info versionCheckURL] +} # # Check, if the resources are already installed.