-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'bug/make' into 'master'
真是受够了这个 libgit2 的问题 core依赖libgit2-v0.23.4,然而手动编译搞来搞去要么提示头文件找不到要么提示动态链接库找不到(哪怕我给了 `-DCMAKE_INSTALL_PREFIX=/usr/local/lib` ) 用 git apply 强行让brew回滚版本。。发现还挺好用的,于是推荐一下这种手段,在回滚版本的同时不会把自己的开发环境搞得脏兮兮的。 @platform See merge request !21
- Loading branch information
Showing
2 changed files
with
19 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
diff --git a/Formula/libgit2.rb b/Formula/libgit2.rb | ||
index b91f4ff..45205f1 100644 | ||
--- a/Formula/libgit2.rb | ||
+++ b/Formula/libgit2.rb | ||
@@ -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.24.2.tar.gz" | ||
- sha256 "00f0a7403143fba69601accc80cacf49becc568b890ba232f300c1b2a37475e6" | ||
+ url "https://github.com/libgit2/libgit2/archive/v0.23.4.tar.gz" | ||
+ sha256 "c7f5e2d7381dbc4d7e878013d14f9993ae8a41bd23f032718e39ffba57894029" | ||
head "https://github.com/libgit2/libgit2.git" | ||
|
||
bottle do |