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 nghttp2.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: nghttp2
version: 1.54.0
version: 1.55.0
epoch: 0
description: "experimental HTTP/2 client, server and library"
copyright:
Expand All @@ -22,7 +22,7 @@ pipeline:
- uses: fetch
with:
uri: https://github.com/nghttp2/nghttp2/releases/download/v${{package.version}}/nghttp2-${{package.version}}.tar.xz
expected-sha256: 20533c9354fbb6aa689b6aa0ddb77f91da1d242587444502832e1864308152df
expected-sha256: bc5b9d33fc08b195f0f2e685aa70bfd3f2f265a8d48039a701b7d67b375a783f

- uses: autoconf/configure
with:
Expand Down