Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

libgit2 0.23.0 #42134

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions Library/Formula/libgit2-glib.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Libgit2Glib < Formula
desc "Glib wrapper library around libgit2 git access library"
homepage "https://github.com/GNOME/libgit2-glib"
url "https://download.gnome.org/sources/libgit2-glib/0.22/libgit2-glib-0.22.8.tar.xz"
sha256 "05c9453b195f1af0df2a5d8bc71472c9fb26d14bb8fbb5b688ad1b8ef7a30959"
url "https://download.gnome.org/sources/libgit2-glib/0.23/libgit2-glib-0.23.0.tar.xz"
sha256 "de12ce1d317fc1d8d32191fc121f5de86d557387f3782edd79fe7b8daa2c6345"

bottle do
sha256 "d01cf240b6b3c2706d3131c58df04b72ecd93925866ef7730f92d61c30a6fbde" => :yosemite
Expand Down Expand Up @@ -46,8 +46,7 @@ def install
end

test do
mkdir "horatio"
cd "horatio" do
mkdir "horatio" do
system "git", "init"
end
system "#{libexec}/general", testpath/"horatio"
Expand Down
4 changes: 2 additions & 2 deletions Library/Formula/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/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
Expand Down