Skip to content

Commit

Permalink
pygit2 1.17.0
Browse files Browse the repository at this point in the history
pygit2: update to use libgit2 1.9

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Jan 8, 2025
1 parent 4be3a1a commit 62409b3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Formula/p/pygit2.rb
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
Expand All @@ -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)
Expand Down

0 comments on commit 62409b3

Please sign in to comment.