Skip to content

Commit

Permalink
Updated libgit2 example (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre authored Oct 18, 2021
1 parent d93bd96 commit 091dc5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/third_party/libgit2/libgit2_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ def libgit2_repositories():
http_archive,
name = "libgit2",
urls = [
"https://github.com/libgit2/libgit2/releases/download/v1.1.0/libgit2-1.1.0.tar.gz",
"https://github.com/libgit2/libgit2/archive/refs/tags/v1.3.0.tar.gz",
],
type = "tar.gz",
sha256 = "ad73f845965cfd528e70f654e428073121a3fa0dc23caac81a1b1300277d4dba",
strip_prefix = "libgit2-1.1.0",
sha256 = "192eeff84596ff09efb6b01835a066f2df7cd7985e0991c79595688e6b36444e",
strip_prefix = "libgit2-1.3.0",
build_file = Label("//libgit2:BUILD.libgit2.bazel"),
)

0 comments on commit 091dc5d

Please sign in to comment.