|
1 | 1 | class Miniprot < Formula |
2 | 2 | desc "Align proteins to genomes with splicing and frameshift" |
3 | 3 | homepage "https://lh3.github.io/miniprot/" |
4 | | - url "https://github.com/lh3/miniprot/archive/refs/tags/v0.17.tar.gz" |
5 | | - sha256 "afdad05d18290756a7056ca7f67a91bd55d56006100653fd3dd956652206a415" |
| 4 | + url "https://github.com/lh3/miniprot/archive/refs/tags/v0.18.tar.gz" |
| 5 | + sha256 "e1b5c08571fa3a4aa225da8ec9c6e744cd116b4dc50d9e187114cffe336921ee" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | | - no_autobump! because: :requires_manual_review |
9 | | - |
10 | 8 | bottle do |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b9fdb99ed4c69aa105f0a39f5d204dd70df9f509cfa75821c8a7cefd9708d9bb" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f19e488427dfb8e2f89216bfb7ef047a8ad6dc00aaef26ccfeeb173b90104438" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "c289a3481809603ca712b7eddff0a8fc648cd2093bcf720e347a2964c898517a" |
14 | | - sha256 cellar: :any_skip_relocation, sonoma: "5fc06af21625d5b4d0aff8ff5b88a520b8e7b3cf4afb10bc57b07fcf324c7b39" |
15 | | - sha256 cellar: :any_skip_relocation, ventura: "4214193c715bc024cd0bcd183cc1321f52bdf6b87a82ad53cc3525a8aca696af" |
16 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "a52932fbaa69027401413502c8528bc87b910a15d4344052fe20794fac812634" |
17 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "67576a73c5730d04ac0ddaee5f743accc7893e710230674223e5a342b4a3a0d5" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "35ae697dab027ac299dc74dfc7ed0109df346cf602109c44b1f352a3aa893a8b" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d2f623ee332800fbfd668d5963794b04fc3928f52d06619010fa55bf3202dc4" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "5bd7639bb06c91ed42b6497544a1efadf1c1d8d16bbe3b07d818e35bed4d355e" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "d7b50b18273f1f1e1325e84459f438088aebb0db0e8e97affd8058bfb7c515e9" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "e8b3a3abea6ef7abdb8597bdc54f916a8f4000b743ca34b46a68dcf4deb74355" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "5c95a98c7fda96b04f0a62b24b8c55b75742851044ef81d088d126f9cb36bcab" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "ea05612a87b1d5a4dbd1763e2d2fb190e24cc9203d36449a292e4da1bd2d048e" |
18 | 16 | end |
19 | 17 |
|
20 | 18 | uses_from_macos "zlib" |
|
0 commit comments