Skip to content

Commit

Permalink
tcl-tk 9.0.0
Browse files Browse the repository at this point in the history
tcl-tk: tk 9.0.0

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
BrewTestBot authored and p-linnane committed Oct 2, 2024
1 parent 787adb6 commit 6af2615
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/t/tcl-tk.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class TclTk < Formula
desc "Tool Command Language"
homepage "https://www.tcl-lang.org"
url "https://downloads.sourceforge.net/project/tcl/Tcl/8.6.15/tcl8.6.15-src.tar.gz"
mirror "https://fossies.org/linux/misc/tcl8.6.15-src.tar.gz"
sha256 "861e159753f2e2fbd6ec1484103715b0be56be3357522b858d3cbb5f893ffef1"
url "https://downloads.sourceforge.net/project/tcl/Tcl/9.0.0/tcl9.0.0-src.tar.gz"
mirror "https://fossies.org/linux/misc/tcl9.0.0-src.tar.gz"
sha256 "3bfda6dbaee8e9b1eeacc1511b4e18a07a91dff82d9954cdb9c729d8bca4bbb7"
license "TCL"

livecheck do
Expand Down Expand Up @@ -35,8 +35,8 @@ class TclTk < Formula
conflicts_with "the_platinum_searcher", because: "both install `pt` binaries"

resource "critcl" do
url "https://github.com/andreas-kupries/critcl/archive/refs/tags/3.2.tar.gz"
sha256 "20061944e28dda4ab2098b8f77682cab77973f8961f6fa60b95bcc09a546789e"
url "https://github.com/andreas-kupries/critcl/archive/refs/tags/3.3.1.tar.gz"
sha256 "d970a06ae1cdee7854ca1bc571e8b5fe7189788dc5a806bce67e24bbadbe7ae2"
end

resource "tcllib" do
Expand All @@ -50,9 +50,9 @@ class TclTk < Formula
end

resource "tk" do
url "https://downloads.sourceforge.net/project/tcl/Tcl/8.6.15/tk8.6.15-src.tar.gz"
mirror "https://fossies.org/linux/misc/tk8.6.15-src.tar.gz"
sha256 "550969f35379f952b3020f3ab7b9dd5bfd11c1ef7c9b7c6a75f5c49aca793fec"
url "https://downloads.sourceforge.net/project/tcl/Tcl/9.0.0/tk9.0.0-src.tar.gz"
mirror "https://fossies.org/linux/misc/tk9.0.0-src.tar.gz"
sha256 "f166e3c20773c82243f753cef4b091d05267cb7f87da64be88cb2ca5a2ba027e"
end

# "https://downloads.sourceforge.net/project/incrtcl/%5Bincr%20Tcl_Tk%5D-4-source/itk%204.1.0/itk4.1.0.tar.gz"
Expand Down

0 comments on commit 6af2615

Please sign in to comment.