libgit2 0.23.0
Closes Homebrew/homebrew#41578. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
5607a37c07
commit
1beda66e24
1 changed files with 2 additions and 2 deletions
|
@ -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/v0.22.3.tar.gz"
|
||||
sha256 "511fe60e7c12c3525b4e0489861e5c1fe0e331d604bee9a3dfb8420c2f288f60"
|
||||
url "https://github.com/libgit2/libgit2/archive/v0.23.0.tar.gz"
|
||||
sha256 "49d75c601eb619481ecc0a79f3356cc26b89dfa646f2268e434d7b4c8d90c8a1"
|
||||
head "https://github.com/libgit2/libgit2.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue