File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 11class 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 +.*)\s libtax$/ , "\\ 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
You can’t perform that action at this time.
0 commit comments