Skip to content

Commit

Permalink
pygit2: update to use libgit2 1.8
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Jan 1, 2025
1 parent d5107c7 commit f1f82cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/p/pygit2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Pygit2 < Formula
url "https://files.pythonhosted.org/packages/a4/85/c848cdf44214bf541c4a725a0a6e271f8db9f18cfccef702d53f83f1e19a/pygit2-1.16.0.tar.gz"
sha256 "7b29a6796baa15fc89d443ac8d51775411d9b1e5b06dc40d458c56c8576b48a2"
license "GPL-2.0-only" => { with: "GCC-exception-2.0" }
revision 1
head "https://github.com/libgit2/pygit2.git", branch: "master"

bottle do
Expand All @@ -18,7 +19,7 @@ class Pygit2 < Formula
depends_on "[email protected]" => [:build, :test]
depends_on "[email protected]" => [:build, :test]
depends_on "cffi"
depends_on "libgit2"
depends_on "libgit2@1.8"

def pythons
deps.map(&:to_formula)
Expand Down

0 comments on commit f1f82cd

Please sign in to comment.