File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11class Pygit2 < Formula
22 desc "Bindings to the libgit2 shared library"
33 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 "
66 license "GPL-2.0-only" => { with : "GCC-exception-2.0" }
7- revision 1
87 head "https://github.com/libgit2/pygit2.git" , branch : "master"
98
109 bottle do
@@ -19,7 +18,7 @@ class Pygit2 < Formula
1918 depends_on "[email protected] " => [ :build , :test ] 2019 depends_on "[email protected] " => [ :build , :test ] 2120 depends_on "cffi"
22- depends_on "libgit2@1.8 "
21+ depends_on "libgit2"
2322
2423 def pythons
2524 deps . map ( &:to_formula )
You can’t perform that action at this time.
0 commit comments