Index: openacs-4/packages/fa-icons/tcl/resource-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/fa-icons/tcl/Attic/resource-procs.tcl,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/fa-icons/tcl/resource-procs.tcl 17 Apr 2022 10:41:37 -0000 1.1.2.1 +++ openacs-4/packages/fa-icons/tcl/resource-procs.tcl 24 Nov 2022 14:37:45 -0000 1.1.2.2 @@ -20,12 +20,12 @@ # configuration file: # # ns_section ns/server/${server}/acs/fa-icons - # ns_param FAIconsVersion 6.1.1 + # ns_param FAIconsVersion 6.2.1 # set ::fa_icons::version [parameter::get \ -package_id $package_id \ -parameter FAIconsVersion \ - -default 6.1.1] + -default 6.2.1] ad_proc ::fa_icons::resource_info { {-version ""} @@ -63,7 +63,7 @@ # # cloudflare has e.g. the following resources: # - # https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css + # https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css # # We just need the CSS file, which is on the CDN in the # "font" directory. @@ -89,8 +89,8 @@ extraFiles {} \ downloadURLs https://github.com/FortAwesome/Font-Awesome/releases/download/${version}/fontawesome-free-${version}-web.zip \ cspMap $cspMap \ - urnMap {} - + urnMap {} \ + versionCheckURL https://cdnjs.com/libraries/font-awesome return $result }