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
8 changes: 4 additions & 4 deletions libssh2.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: libssh2
version: 1.10.0
epoch: 3
version: 1.11.0
epoch: 0
description: "A library implementing the SSH2 protocol as defined by Internet Drafts"
copyright:
- license: BSD
Expand All @@ -20,8 +20,8 @@ environment:
pipeline:
- uses: fetch
with:
uri: https://www.libssh2.org/download/${{package.name}}-${{package.version}}.tar.gz
expected-sha256: 2d64e90f3ded394b91d3a2e774ca203a4179f69aebee03003e5a6fa621e41d51
uri: https://www.libssh2.org/download/libssh2-${{package.version}}.tar.gz
expected-sha256: 3736161e41e2693324deb38c26cfdc3efe6209d634ba4258db1cecff6a5ad461

- uses: autoconf/configure

Expand Down