Skip to content

Commit

Permalink
tcl-tk: add 8.6.13 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
gromgit committed Jan 26, 2023
1 parent 817e5ad commit cc7de7c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Formula/tcl-tk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ class TclTk < Formula

bottle do
root_url "https://github.com/gromgit/homebrew-core-mojave/releases/download/tcl-tk"
sha256 cellar: :any_skip_relocation, mojave: "8298192adcdb07c41ce475116f4ad7fe850acc7fcfd886f711f4d348ad0dcb92"
rebuild 1
sha256 mojave: "c7dcddc582dd8c43517425bcf98531ac6e3bdda92fe6d184612bb730a1e5ca66"
end

keg_only :provided_by_macos
Expand All @@ -27,6 +28,8 @@ class TclTk < Formula
depends_on "pkg-config" => :build
depends_on "libx11"
depends_on "libxext"

conflicts_with "page", because: "both install `page` binaries" # from tcllib
end

resource "critcl" do
Expand Down Expand Up @@ -145,7 +148,6 @@ def caveats
# Check that Itcl and Itk load, and that we can define, instantiate,
# and query the properties of a widget.
# If anything errors, just exit
catch {
package require Itcl
Expand Down

0 comments on commit cc7de7c

Please sign in to comment.