Skip to content

Commit 15271b0

Browse files
authored
Coot 1.1.13 (#1975)
1 parent 252faf2 commit 15271b0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Formula/coot.rb

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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.12.tar.gz"
5-
sha256 "83e299eef2ffd7b8c6e7598348a0d694effa39a5b81029b27c55a284387d62c1"
4+
url "https://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/source/releases/coot-1.1.13.tar.gz"
5+
sha256 "9a25b1bb6d8f71ee57e306c1fbd3c786d53e60eba275e634b9abd5297d7c9732"
66
license any_of: ["GPL-3.0-only", "LGPL-3.0-only", "GPL-2.0-or-later"]
77

88
bottle do
@@ -45,7 +45,6 @@ class Coot < Formula
4545
depends_on "harfbuzz"
4646
depends_on "libepoxy"
4747
depends_on "libpng"
48-
depends_on :macos
4948
depends_on "numpy"
5049
depends_on "openblas"
5150
depends_on "pango"

0 commit comments

Comments
 (0)