File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ class TclTk < UrlScraper
4
4
self . type = 'tcl_tk'
5
5
self . slug = 'tcl_tk'
6
6
self . release = '8.6.6'
7
- self . base_url = 'https://www.tcl.tk /man/tcl/'
7
+ self . base_url = 'https://www.tcl-lang.org /man/tcl/'
8
8
self . root_path = 'contents.htm'
9
9
self . links = {
10
- home : 'https://www.tcl.tk /' ,
10
+ home : 'https://www.tcl-lang.org /' ,
11
11
code : 'https://sourceforge.net/projects/tcl/files/Tcl/'
12
12
}
13
13
@@ -27,11 +27,11 @@ class TclTk < UrlScraper
27
27
]
28
28
29
29
options [ :attribution ] = <<-HTML
30
- Licensed under < a href ="http://tcl.tk /software/tcltk/license.html "> Tcl/Tk terms</ a >
30
+ Licensed under < a href ="http://www. tcl-lang.org /software/tcltk/license.html "> Tcl/Tk terms</ a >
31
31
HTML
32
32
33
33
def get_latest_version ( opts )
34
- doc = fetch_doc ( 'https://www.tcl.tk /man/tcl/contents.htm ' , opts )
34
+ doc = fetch_doc ( 'https://www.tcl-lang.org /man/tcl/' , opts )
35
35
doc . at_css ( 'h2' ) . content . scan ( /Tk([0-9.]+)/ ) [ 0 ] [ 0 ]
36
36
end
37
37
end
You can’t perform that action at this time.
0 commit comments