Skip to content

Commit 931e274

Browse files
authored
Merge pull request #255814 from Homebrew/bump-kraken2-2.17.1
kraken2 2.17.1
2 parents f6e9676 + ae9d20f commit 931e274

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

Formula/k/kraken2.rb

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Kraken2 < Formula
22
desc "Taxonomic sequence classification system"
33
homepage "https://github.com/DerrickWood/kraken2"
4-
url "https://github.com/DerrickWood/kraken2/archive/refs/tags/v2.17.tar.gz"
5-
sha256 "69380e7c22e314245cbe61b2a69d6719c95edadd80ad171577c1e681927c7b88"
4+
url "https://github.com/DerrickWood/kraken2/archive/refs/tags/v2.17.1.tar.gz"
5+
sha256 "4dc64ead045b5ae9180731c260046aa37b6642244be085a9ba9b15db78ab442d"
66
license "MIT"
77
head "https://github.com/DerrickWood/kraken2.git", branch: "master"
88

@@ -12,12 +12,12 @@ class Kraken2 < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any, arm64_tahoe: "9a9b36a4e1c0518548dac55c1fc4f626d988d0953de1c835f908dbf03f6852c2"
16-
sha256 cellar: :any, arm64_sequoia: "81e7b1df656d2dfa1b2c0ef7a3560593ef8fa052318bfe48b231f92e2afddc1b"
17-
sha256 cellar: :any, arm64_sonoma: "062410e12c20c360f3d33b20c053f04e3b5107d403558cb2bd07890148466628"
18-
sha256 cellar: :any, sonoma: "cdf3421d74de8aa109bcf6154ccc2024f6a2c4be154c8e7c8bd62b5b413b6d44"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "3ec19f54d8e318a1db01a18088b8fdce79c3ad09920d9c75bbd8d470d7ec3a8c"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "7fe5f8af43ae494cc9dde963c72ff860ea45cbd447e570b3f426e2a3c0dd61ef"
15+
sha256 cellar: :any, arm64_tahoe: "88c74f5190f608380ef3734d2ea3a919e6c032d4246a77ca88824b3eeb84d497"
16+
sha256 cellar: :any, arm64_sequoia: "1c1a8512713c861ecd871579980f200943a6889ecf7313621e69907de3708b79"
17+
sha256 cellar: :any, arm64_sonoma: "5c6118db5d37cfacbb54d9d9837d778661da05dc344233e7221c4d6646b0c43b"
18+
sha256 cellar: :any, sonoma: "fdb2d185543598e8cfc9ba675295f609bace11cbf57fd1cc6f357fe729ce38dc"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "943cddb18d69c9c93b7adfeacfcd5d319b8dd0821a1ef49dc9761ffa87fcad5e"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "067fe5546cd15caa776ee5ed5cc07372031f81897c6a8ce80cd7cb368929ebf8"
2121
end
2222

2323
depends_on "gperftools"
@@ -33,9 +33,6 @@ class Kraken2 < Formula
3333
end
3434

3535
def install
36-
# Skip `libtax` installation, issue ref: https://github.com/DerrickWood/kraken2/issues/993
37-
inreplace "src/Makefile", /^(PROGS\s+=\s+.*)\slibtax$/, "\\1"
38-
3936
system "./install_kraken2.sh", libexec
4037
%w[k2 kraken2 kraken2-build kraken2-inspect].each do |f|
4138
bin.install_symlink libexec/f

0 commit comments

Comments
 (0)