libgit2 1.1.0
parent
332cd9f5cb
commit
e99003a464
|
@ -1,9 +1,9 @@
|
|||
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/v1.0.1.tar.gz"
|
||||
sha256 "1775427a6098f441ddbaa5bd4e9b8a043c7401e450ed761e69a415530fea81d2"
|
||||
license "GPL-2.0"
|
||||
url "https://github.com/libgit2/libgit2/archive/v1.1.0.tar.gz"
|
||||
sha256 "41a6d5d740fd608674c7db8685685f45535323e73e784062cf000a633d420d1e"
|
||||
license "GPL-2.0-only"
|
||||
head "https://github.com/libgit2/libgit2.git"
|
||||
|
||||
livecheck do
|
||||
|
|
Loading…
Reference in New Issue