We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9e693 commit 1b64248Copy full SHA for 1b64248
Formula/kraken2.rb
@@ -1,9 +1,10 @@
1
class Kraken2 < Formula
2
desc "Taxonomic sequence classification system"
3
homepage "https://github.com/DerrickWood/kraken2"
4
- url "https://github.com/DerrickWood/kraken2/archive/refs/tags/v2.1.5.tar.gz"
5
- sha256 "6feb9b1e0840a574598b84a3134a25622e5528ac6d0f4c756cdab629275d8f42"
+ url "https://github.com/DerrickWood/kraken2/archive/refs/tags/v2.1.6.tar.gz"
+ sha256 "5bbd79392ff7c530124986dfdfe126bf638477db94fb7a901ec2daf9261707f3"
6
license "MIT"
7
+ head "https://github.com/DerrickWood/kraken2.git", branch: "master"
8
9
bottle do
10
root_url "https://ghcr.io/v2/brewsci/bio"
0 commit comments