Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libuv/1.48.0 package update #12658

Merged
merged 1 commit into from
Feb 7, 2024
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
6 changes: 3 additions & 3 deletions libuv.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: libuv
version: 1.47.0
epoch: 2
version: 1.48.0
epoch: 0
description: "cross-platform asynchronous I/O library"
copyright:
- license: MIT AND ISC
Expand All @@ -18,7 +18,7 @@ pipeline:
- uses: fetch
with:
uri: https://dist.libuv.org/dist/v${{package.version}}/libuv-v${{package.version}}-dist.tar.gz
expected-sha256: 72a187104662b47f2a2b204da39d2acb05cf22a4fcb13ceaebe3b0ed0c0e2e43
expected-sha256: c593139feb9061699fdd2f7fde47bb6c1ca77761ae9ec04f052083f1ef46c13b

- uses: autoconf/configure

Expand Down
Loading