Fixed tk, and used uverridden url_for_version().

This commit is contained in:
Elizabeth F
2016-04-01 16:36:31 -04:00
committed by citibeth
parent d4e6b15d98
commit e4f7b78e9b
2 changed files with 10 additions and 6 deletions

View File

@@ -8,7 +8,9 @@ class Tk(Package):
applications that run unchanged across Windows, Mac OS X, Linux
and more."""
homepage = "http://www.tcl.tk"
url = "http://prdownloads.sourceforge.net/tcl/tk8.6.3-src.tar.gz"
def url_for_version(self, version):
return "http://prdownloads.sourceforge.net/tcl/tk%s-src.tar.gz" % version
version('8.6.3', '85ca4dbf4dcc19777fd456f6ee5d0221')