Skip to content

Commit 62409b3

Browse files
BrewTestBotchenrui333
authored andcommitted
pygit2 1.17.0
pygit2: update to use libgit2 1.9 Signed-off-by: Rui Chen <[email protected]>
1 parent 4be3a1a commit 62409b3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Formula/p/pygit2.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class 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)

0 commit comments

Comments
 (0)