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

Update ncurses to latest. #9128

Merged
merged 2 commits into from
Nov 28, 2023
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 ncurses.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: ncurses
version: 6.4_p20230722
epoch: 1
version: 6.4_p20231125
epoch: 0
description: "console display library"
copyright:
- license: MIT
Expand All @@ -28,7 +28,7 @@ pipeline:
- uses: fetch
with:
uri: https://invisible-mirror.net/archives/ncurses/current/ncurses-${{vars.mangled-package-version}}.tgz
expected-sha512: 262e1efbb5fbfe44f8efe2737c08cdf304f39671bab03cdc1c61ddf2ff7025e3f335d7b06ff812344b9d305c6c7baac7d624a691011caea6ab39932f417ec58e
expected-sha512: 9309d720da505df45fb8a7cec957bfa6839f71945fa4dbcba8bae2dfa2fbbf37bb40d73207d5dea4e746c6452ad79f484341313d5de2c8947ba8d1a12deaabd4

- name: Configure
runs: |
Expand Down