Skip to content

Commit

Permalink
libgit2 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Mar 21, 2024
1 parent 71fff0c commit 01600a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions Formula/lib/libgit2.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Libgit2 < Formula
desc "C library of Git core methods that is re-entrant and linkable"
homepage "https://libgit2.github.com/"
url "https://github.com/libgit2/libgit2/archive/refs/tags/v1.7.2.tar.gz"
sha256 "de384e29d7efc9330c6cdb126ebf88342b5025d920dcb7c645defad85195ea7f"
url "https://github.com/libgit2/libgit2/archive/refs/tags/v1.8.0.tar.gz"
sha256 "9e1d6a880d59026b675456fbb1593c724c68d73c34c0d214d6eb848e9bbd8ae4"
license "GPL-2.0-only" => { with: "GCC-exception-2.0" }
head "https://github.com/libgit2/libgit2.git", branch: "main"

Expand Down

0 comments on commit 01600a0

Please sign in to comment.