-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pygit2: update to use libgit2 1.9 Signed-off-by: Rui Chen <[email protected]>
- Loading branch information
1 parent
4be3a1a
commit 62409b3
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
class Pygit2 < Formula | ||
desc "Bindings to the libgit2 shared library" | ||
homepage "https://github.com/libgit2/pygit2" | ||
url "https://files.pythonhosted.org/packages/a4/85/c848cdf44214bf541c4a725a0a6e271f8db9f18cfccef702d53f83f1e19a/pygit2-1.16.0.tar.gz" | ||
sha256 "7b29a6796baa15fc89d443ac8d51775411d9b1e5b06dc40d458c56c8576b48a2" | ||
url "https://files.pythonhosted.org/packages/b7/ea/17aa8ca38750f1ba69511ceeb41d29961f90eb2e0a242b668c70311efd4e/pygit2-1.17.0.tar.gz" | ||
sha256 "fa2bc050b2c2d3e73b54d6d541c792178561a344f07e409f532d5bb97ac7b894" | ||
license "GPL-2.0-only" => { with: "GCC-exception-2.0" } | ||
revision 1 | ||
head "https://github.com/libgit2/pygit2.git", branch: "master" | ||
|
||
bottle do | ||
|
@@ -19,7 +18,7 @@ class Pygit2 < Formula | |
depends_on "[email protected]" => [:build, :test] | ||
depends_on "[email protected]" => [:build, :test] | ||
depends_on "cffi" | ||
depends_on "libgit2@1.8" | ||
depends_on "libgit2" | ||
|
||
def pythons | ||
deps.map(&:to_formula) | ||
|