Skip to content

Commit 03be26b

Browse files
authored
coot 1.1.12 (#1973)
1 parent 970d390 commit 03be26b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/coot.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class Coot < Formula
22
desc "Crystallographic Object-Oriented Toolkit"
33
homepage "https://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/"
4-
url "https://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/source/releases/coot-1.1.11.tar.gz"
5-
sha256 "6fd2b5a2d1bad5bdeebdb030b552b800df28c0c03608334fe69725379da8eec0"
4+
url "https://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/source/releases/coot-1.1.12.tar.gz"
5+
sha256 "83e299eef2ffd7b8c6e7598348a0d694effa39a5b81029b27c55a284387d62c1"
66
license any_of: ["GPL-3.0-only", "LGPL-3.0-only", "GPL-2.0-or-later"]
7-
revision 2
87

98
bottle do
109
root_url "https://ghcr.io/v2/brewsci/bio"
@@ -47,12 +46,13 @@ class Coot < Formula
4746
depends_on "harfbuzz"
4847
depends_on "libepoxy"
4948
depends_on "libpng"
49+
depends_on :macos
5050
depends_on "numpy"
5151
depends_on "openblas"
5252
depends_on "pango"
5353
depends_on "py3cairo"
5454
depends_on "pygobject3"
55-
depends_on "[email protected]"
55+
depends_on "[email protected]" # 3.13 is not supported yet?
5656
depends_on "rdkit"
5757
depends_on "sqlite"
5858

0 commit comments

Comments
 (0)