summaryrefslogtreecommitdiffstats
path: root/library/http/pkgIndex.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-10-25 12:57:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-10-25 12:57:19 (GMT)
commit0eb7f82a5693d837a2065a788ea14a0d07c3c716 (patch)
tree629973d1072241611add686cc39ac3155a8aae7a /library/http/pkgIndex.tcl
parent1c8937d85be2f327d881c29e203c46df34b9da08 (diff)
downloadtcl-0eb7f82a5693d837a2065a788ea14a0d07c3c716.zip
tcl-0eb7f82a5693d837a2065a788ea14a0d07c3c716.tar.gz
tcl-0eb7f82a5693d837a2065a788ea14a0d07c3c716.tar.bz2
Fix [3eb2ec1449]: Allow upper case scheme names in url. http -> 2.7.13
Diffstat (limited to 'library/http/pkgIndex.tcl')
-rw-r--r--library/http/pkgIndex.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/http/pkgIndex.tcl b/library/http/pkgIndex.tcl
index 0157b3c..be8b883 100644
--- a/library/http/pkgIndex.tcl
+++ b/library/http/pkgIndex.tcl
@@ -1,4 +1,4 @@
# Tcl package index file, version 1.1
if {![package vsatisfies [package provide Tcl] 8.4]} {return}
-package ifneeded http 2.7.12 [list tclPkgSetup $dir http 2.7.12 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}]
+package ifneeded http 2.7.13 [list tclPkgSetup $dir http 2.7.13 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}]