|
1 | 1 | class Lastz < Formula |
2 | 2 | desc "Pairwise aligner for DNA sequences" |
3 | 3 | homepage "https://lastz.github.io/lastz/" |
4 | | - url "https://github.com/lastz/lastz/archive/refs/tags/1.04.45.tar.gz" |
5 | | - sha256 "cb7d971915f59089341e7916139a98a5da94d724de21c7eea8baa0a0bdbaa7e8" |
| 4 | + url "https://github.com/lastz/lastz/archive/refs/tags/1.04.52.tar.gz" |
| 5 | + sha256 "274bf0d774e3f4da87c23ca0b5cc4269f3dcaecf71a1c6289d426e24fbccf4c8" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/lastz/lastz.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "42ce031cd09d74b7ae2ae82d9a9189b32e3df8433188f7eb612447a32b9bea42" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f6e2d5edc6d4c169458d5ff27e6a3b8340f470f15a5b82a8f59ca19e72c1f44f" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "a8ba0e448acf38b7da9a386ddfbef6ee8b3bde7a7e0aa8c5232ea0f6e58c7e74" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "ac376ea25d1996a6d8120d11aa011f640090c783726178e4f69c82f7aadffba1" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "324119d3aab25c48c04efc5243964098ffd65164363590d146f375107f73bdac" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "637aaa2b65bd47142c86e17825e9812349d557b193fb97f4a500ebdca69180f2" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "83d679ed18fb5c5e9cefd794abb3654dbd7bcf76f89420e9ff98b1716679d5c3" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0d663670926ee95d2ef1724b63284c96fb3f3a0a1c517f67a3066aaf9f2c03ee" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "591be15975aa9dd43fd51b15ed647d79dc22724fbf206af81baf67b3d8fe4877" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "7f64eee65d64b28cf1cdbaf97b1c1f59289aa1add290e394d778377245645f57" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "cbf9f6ac6360306a7d16069ba875c3b7bbc8bf519eeeae744d1e3fd2a9b67ed9" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "87ed31cf1d1be9434962ea5261dedf49c514a452fa6f98e4e0c59219cb41c34c" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "def54adb8c80103f68796212aa25a879efef110fc751f811c821e1508793772a" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "b99c52372809d20f0228dc754d73c23fb5bf8bf0654025b472eba065b4341aec" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | def install |
|
0 commit comments