|
1 | 1 | class Globstar < Formula |
2 | 2 | desc "Static analysis toolkit for writing and running code checkers" |
3 | 3 | homepage "https://globstar.dev" |
4 | | - url "https://github.com/DeepSourceCorp/globstar/archive/refs/tags/v0.5.0.tar.gz" |
5 | | - sha256 "9d56b84722fd95999f69646b87afce8cd166f74ad29da31bfd46a5a7084b77ae" |
| 4 | + url "https://github.com/DeepSourceCorp/globstar/archive/refs/tags/v0.5.1.tar.gz" |
| 5 | + sha256 "3b00cbf096e43d5973c408939fd2dbf71be0696cc58ef0694b017c38cb858145" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "86602cf26e12eee612048bd54f971415b520bb0c6688d1843b0aa8375fafa41c" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "53d557d29358d9cad38c5c64196f32145478dc62f572e50172006d62097b1118" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "ca1fe29b075c256b708942a0362b0bd057372f654a605cb0ec75ec2f3a89cbed" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "273386e83fdf02388d56e4b68347b579e151980ea5876c5235251281327209c9" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "4834ae2163f809777e60b8e454b1a1f089dd441b911751f480d210784207475d" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "9936485bf91a145a15ad20b9dae1010d3a95dcf64aa8f5aa942efcad86873925" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "45ad2c11adc4c28da3836c15f22f4318c52d2a29e1dc28ac876cda068a88cc4a" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "20b560b75268a0781a780c92176e46496630338906259c12225e5e6193d45ef2" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "c49dcaf5577a2e8ec134cecc760c7ee3a0206000c7cbc9292ade1c75b408f5f1" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "116375d39499ba2150c9ec17c2615193770b6a57fec59f9031f19af84612862a" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "0348cd49b847bbb725cb24380ff0eb75c28a87301253155b4ef0fd81a9c68254" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "8bf25fdea6a172a3dbefff55a657439ea74d99ea08b8cbb307fb5dd36476bc93" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments