Skip to content

Commit aa06619

Browse files
BrewTestBotbotantony
authored andcommitted
kraken2 2.17.1
1 parent e8f8a6a commit aa06619

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Formula/k/kraken2.rb

Lines changed: 2 additions & 5 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

@@ -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)