|
1 | 1 | class LeetcodeCli < Formula |
2 | 2 | desc "May the code be with you" |
3 | 3 | homepage "https://github.com/clearloop/leetcode-cli" |
4 | | - url "https://github.com/clearloop/leetcode-cli/archive/refs/tags/v0.4.6.tar.gz" |
5 | | - sha256 "0b7af5782947a2ae5fab7233c8ca6dd59441287033e9116e332673ee6613a9e3" |
| 4 | + url "https://github.com/clearloop/leetcode-cli/archive/refs/tags/v0.4.7.tar.gz" |
| 5 | + sha256 "326759d8bb413ae95ee358219014060802d0aa2df6f3c357e1e97814fa956dc6" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/clearloop/leetcode-cli.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any, arm64_tahoe: "911304d902eb1a4cc1cd2921322381975b1abd1e5845389f91af9dd0e077d0a6" |
11 | | - sha256 cellar: :any, arm64_sequoia: "74e049034f26697cbb450932850add1cbfd9d9dccb52d61d2109184f04987f6d" |
12 | | - sha256 cellar: :any, arm64_sonoma: "02fb5ce2daa5f0c662fc4b69b4dd82f6f7ac7ce12f4f1507e449fb91107d20e8" |
13 | | - sha256 cellar: :any, arm64_ventura: "56de48e4618446f7e796e118826eab3da85760eddbd170c360ec85cf0d12b85c" |
14 | | - sha256 cellar: :any, sonoma: "54a05fea76f766c5f43250de16f9e54ed10f1866f00e9108d356e81a2aa3d42e" |
15 | | - sha256 cellar: :any, ventura: "c945df73ce1df6261bd90a466813d1c70403e073ced3122d8c7c06e1b4c6b281" |
16 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "35d29d17bc0a58d8de02b0e86d492c9d298c66060b44ecfda2b65d5d65c6b984" |
17 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "24708a20685911223a7b8b32575473081a36fe6bc0135f415d27b5343cdb96a6" |
| 10 | + sha256 cellar: :any, arm64_tahoe: "38449111d697d39dc157659999f811f253b0ab3cf0c2683cbedb065f9896012c" |
| 11 | + sha256 cellar: :any, arm64_sequoia: "e8b57f789f903c6aab456c1b25841ca5ebf372e6640585e64fedef18bf35c605" |
| 12 | + sha256 cellar: :any, arm64_sonoma: "46f55bc717a107df9f141f27e1f550038e775da606ff1b6a1feb9dc070ddd8ff" |
| 13 | + sha256 cellar: :any, sonoma: "8a28a462ac693e6ee302aa43e04e7fefd22c01b68f843b23c421e9d147b70f8f" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "c588d4c546eeca1c9f9eadfc237ab18d7903003bb6369d5007ccdbde3cea6083" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "d7cce9674f796e3fb4c2a52d65e87d13ebb6d7159457d5705d171b3cac35dd69" |
18 | 16 | end |
19 | 17 |
|
20 | 18 | depends_on "pkgconf" => :build |
|
0 commit comments