Skip to content

Commit 6643b62

Browse files
authored
Merge pull request Homebrew#225474 from botantony/seqtk
seqtk 1.5
2 parents 16c1dce + 6d0bc8e commit 6643b62

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

Formula/s/seqtk.rb

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
class Seqtk < Formula
22
desc "Toolkit for processing sequences in FASTA/Q formats"
33
homepage "https://github.com/lh3/seqtk"
4-
url "https://github.com/lh3/seqtk/archive/refs/tags/v1.4.tar.gz"
5-
sha256 "d124604ec24f29ed14ce127426ab90e0f3a2c0280c80d1a3ff8b1c09feede19c"
4+
url "https://github.com/lh3/seqtk/archive/refs/tags/v1.5.tar.gz"
5+
sha256 "384aa1e3cecf4f70403839d586cbb29d469b7c6f773a64bc5af48a6e4b8220a6"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f144c4cd7e4b7fa0e8cb87924587294a4dc0e04464584894455bc3221b9c2c2d"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cd2129e3b101791a70e29bfed5e63800779881c4d6cbefc06a53e9008cf9e919"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "10eca0327229b13765451786c03c7def8fd277d014f5a74e709915fc50a8fdbd"
12-
sha256 cellar: :any_skip_relocation, arm64_monterey: "fb2ec54def8fadafa1c673e851180f0883e651582a78397394706602786d3559"
13-
sha256 cellar: :any_skip_relocation, arm64_big_sur: "325cb00b4694492303da6d2b776bf7ecfc31f9ac6259a9d3d0a1b9ada86d29cc"
14-
sha256 cellar: :any_skip_relocation, sonoma: "ed20188611155d148d1198516c9ddbdf0e79f518e436421a0a9599a2d5c6329e"
15-
sha256 cellar: :any_skip_relocation, ventura: "a22a8a2d9b1568d03efe732ccd3a4fa461f0b8adab78587a8b6fdbfbb8db292a"
16-
sha256 cellar: :any_skip_relocation, monterey: "fed18e5929988555d1623c2a023821de35cd3f200adb40bbb56ecd56b48b5646"
17-
sha256 cellar: :any_skip_relocation, big_sur: "ac4bce32281d7b1c988285d0341691bacfaeba03a6d9d82113ff0ead8125accb"
18-
sha256 cellar: :any_skip_relocation, arm64_linux: "8076cb2126be0503a7610d3d66a473be435350275fb40fb62d5d67bd84182f57"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "afd0ca56a9c7ed70b7958688d5d38c85b48c18eba76a52f303abad25f7b41eb0"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "792b2f9c97b31099358e00f85d5f087d56c6d7b10dcd1d1a6de5c3c28fa90576"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1cc03676c5257015029aaa5d4db31a473574c14e9c6dc1d451a27a91d6700bd0"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "edf244951a989be8cd04da63e9d3a4089b933cdd826ab15c903749ddea2b23ba"
12+
sha256 cellar: :any_skip_relocation, sonoma: "9ae2d0b91c70d30f81651c6572c867e109ba6b628b58932377b99f9c3c46b062"
13+
sha256 cellar: :any_skip_relocation, ventura: "4d79bd6387346078f950c2a849f5857c0e3cc43cd1ff01fc278ea1a16a8474d4"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "30fb0030644e299f3f71ea7ec61be7c9cf72a7dcd70331efe7299dfae6296a02"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b4eea62b0b0acfeb50dd08cd385e8b486f223b255430ff57d1c3242a7fd564e5"
2016
end
2117

2218
uses_from_macos "zlib"

0 commit comments

Comments
 (0)