Skip to content
Merged
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
4 changes: 2 additions & 2 deletions libgit2.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: libgit2
version: 1.6.4
version: 1.7.0
epoch: 0
description: "A cross-platform, linkable library implementation of Git that you can use in your application."
copyright:
Expand All @@ -27,7 +27,7 @@ pipeline:
- uses: fetch
with:
uri: https://github.com/libgit2/libgit2/archive/v${{package.version}}.tar.gz
expected-sha256: d25866a4ee275a64f65be2d9a663680a5cf1ed87b7ee4c534997562c828e500d
expected-sha256: d9d0f84a86bf98b73e68997f5c1543cc5067d0ca9c7a5acaba3e8d117ecefef3

- name: Configure
runs: |
Expand Down