|
1 | 1 | class Pygit2 < Formula |
2 | 2 | desc "Bindings to the libgit2 shared library" |
3 | 3 | homepage "https://github.com/libgit2/pygit2" |
4 | | - url "https://files.pythonhosted.org/packages/a4/85/c848cdf44214bf541c4a725a0a6e271f8db9f18cfccef702d53f83f1e19a/pygit2-1.16.0.tar.gz" |
5 | | - sha256 "7b29a6796baa15fc89d443ac8d51775411d9b1e5b06dc40d458c56c8576b48a2" |
| 4 | + url "https://files.pythonhosted.org/packages/b7/ea/17aa8ca38750f1ba69511ceeb41d29961f90eb2e0a242b668c70311efd4e/pygit2-1.17.0.tar.gz" |
| 5 | + sha256 "fa2bc050b2c2d3e73b54d6d541c792178561a344f07e409f532d5bb97ac7b894" |
6 | 6 | license "GPL-2.0-only" => { with: "GCC-exception-2.0" } |
7 | | - revision 1 |
8 | 7 | head "https://github.com/libgit2/pygit2.git", branch: "master" |
9 | 8 |
|
10 | 9 | bottle do |
11 | | - sha256 cellar: :any, arm64_sequoia: "108f8709548b8bdb83650273f7d83eeafea98ddaf85cfb23cdf8e2006d7d37d1" |
12 | | - sha256 cellar: :any, arm64_sonoma: "dd7164c914bf755b618d5997244f78471de5f62203c77799ad935ffa608e892f" |
13 | | - sha256 cellar: :any, arm64_ventura: "dfbc908ecec8026ce9bef85577c7f78f20ea61cb23209c819b6210ef490da319" |
14 | | - sha256 cellar: :any, sonoma: "e0c3ea776d6325c01dc1d1ee89a25d5c2400c33e96ed59b55d0afaf8f8d6fdae" |
15 | | - sha256 cellar: :any, ventura: "a20e9bcee91939cffd4b29f56b5a5e6e536f33ad0c4515f741b5a8e96f35d858" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "2c5071b9b84030de4d7c15ffb30906a57650bdf223afaa6c1c670541ecc617de" |
| 10 | + sha256 cellar: :any, arm64_sequoia: "35ce700b913b3b7dfe0c5c890f116d2608b0d95217a75df2cad529dc952054da" |
| 11 | + sha256 cellar: :any, arm64_sonoma: "1baf23308186b46433b96694756e1ea8928db981b4280caa1a6087545f0ef2f2" |
| 12 | + sha256 cellar: :any, arm64_ventura: "94d38f06b415396e2d573971f7f735d6442c1090c6b1b06579fc560e2efd58a1" |
| 13 | + sha256 cellar: :any, sonoma: "46f23033146c07667df84d155d1f172a678ab655d2693ab60c4d90cbbd455684" |
| 14 | + sha256 cellar: :any, ventura: "60fcff9d3db9cdf27ba41e6888e8b38629e5ab945f0a695496bcfbc60582fb1c" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "c4b26f1a576237e542c38f4bddad2980da31ad4aa1debfdfe26636a1f2946d3f" |
17 | 16 | end |
18 | 17 |
|
19 | 18 | depends_on "[email protected]" => [:build, :test] |
20 | 19 | depends_on "[email protected]" => [:build, :test] |
21 | 20 | depends_on "cffi" |
22 | | - depends_on "libgit2@1.8" |
| 21 | + depends_on "libgit2" |
23 | 22 |
|
24 | 23 | def pythons |
25 | 24 | deps.map(&:to_formula) |
|
0 commit comments