Skip to content
Snippets Groups Projects
Commit d4e6b15d authored by Elizabeth Fischer's avatar Elizabeth Fischer
Browse files

Fixed TCL/Tk

parent f5a77d39
No related branches found
No related tags found
No related merge requests found
...@@ -9,9 +9,12 @@ class Tcl(Package): ...@@ -9,9 +9,12 @@ class Tcl(Package):
that is truly cross platform, easily deployed and highly that is truly cross platform, easily deployed and highly
extensible.""" extensible."""
homepage = "http://www.tcl.tk" homepage = "http://www.tcl.tk"
urlpat = 'http://prdownloads.sourceforge.net/tcl/tcl%s-src.tar.gz'
version('8.6.3', 'db382feca91754b7f93da16dc4cdad1f', version('8.6.5', '0e6426a4ca9401825fbc6ecf3d89a326', url=urlpat%'8.6.5')
url="http://prdownloads.sourceforge.net/tcl/tcl8.6.3-src.tar.gz") version('8.6.4', 'd7cbb91f1ded1919370a30edd1534304', url=urlpat%'8.6.4')
version('8.6.3', 'db382feca91754b7f93da16dc4cdad1f', url=urlpat%'8.6.3')
version('8.5.19', '0e6426a4ca9401825fbc6ecf3d89a326', url=urlpat%'8.6.5')
depends_on('zlib') depends_on('zlib')
......
...@@ -10,7 +10,7 @@ class Tk(Package): ...@@ -10,7 +10,7 @@ class Tk(Package):
homepage = "http://www.tcl.tk" homepage = "http://www.tcl.tk"
url = "http://prdownloads.sourceforge.net/tcl/tk8.6.3-src.tar.gz" url = "http://prdownloads.sourceforge.net/tcl/tk8.6.3-src.tar.gz"
version('src', '85ca4dbf4dcc19777fd456f6ee5d0221') version('8.6.3', '85ca4dbf4dcc19777fd456f6ee5d0221')
depends_on("tcl") depends_on("tcl")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment