Skip to content

Commit

Permalink
dssp 4.4.10 (#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshitakaMo authored Oct 19, 2024
1 parent 16dbd58 commit d18b166
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/dssp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class Dssp < Formula
# cite Kabsch_1983: "https://doi.org/10.1002/bip.360221211"
desc "Assign secondary structure to proteins"
homepage "https://github.com/PDB-REDO/dssp"
url "https://github.com/PDB-REDO/dssp/archive/refs/tags/v4.4.7.tar.gz"
sha256 "d9d4b17143cc8b58080b28c4694eb11b6e167f9ad7c2dfd238b9436500c2de8c"
url "https://github.com/PDB-REDO/dssp/archive/refs/tags/v4.4.10.tar.gz"
sha256 "b535d0410a79d612a2abea308d13d0ae2645bb925b13a86e5bb53c38b0fac723"
license "BSD-2-Clause"
head "https://github.com/PDB-REDO/dssp.git", branch: "trunk"

Expand All @@ -23,8 +23,8 @@ class Dssp < Formula
uses_from_macos "zlib"

resource "libcifpp" do
url "https://github.com/PDB-REDO/libcifpp/archive/refs/tags/v7.0.4.tar.gz"
sha256 "324eda2f6874df32671cd984c7249bfae025ca3fe1bfd875cbef35b046408b88"
url "https://github.com/PDB-REDO/libcifpp/archive/refs/tags/v7.0.7.tar.gz"
sha256 "0e88805b4704d4a899aeee6df5aaace1d6b47d8ccb3a3f39b35bc5a3997c09ac"
end

resource "libmcfp" do
Expand Down

0 comments on commit d18b166

Please sign in to comment.