Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit a8a011f

Browse files
authored
[ncurses] bump to 6.4 (#453)
1 parent 05f0362 commit a8a011f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

config/software/ncurses.rb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,19 @@
1616
#
1717

1818
name "ncurses"
19-
default_version "6.2"
19+
default_version "6.4-20230527"
2020

2121
dependency "libgcc"
2222
dependency "libtool" if ohai["platform"] == "aix"
2323
dependency "config_guess"
2424

25-
source url: "https://ftp.gnu.org/gnu/ncurses/ncurses-6.2.tar.gz",
26-
sha256: "30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d",
25+
# Original binaries at https://invisible-island.net/archives/ncurses/current/
26+
# Cached on S3 as invisible-island.net blocks default Ruby http User-Agent request header
27+
source url: "https://s3.amazonaws.com/dd-agent-omnibus/ncurses-#{version}.tgz",
28+
sha256: "ded8c3b05c3af64b11b019fb2e07f41150a604208e0b6f07cce9ca7ebba54931",
2729
extract: :seven_zip
2830

29-
relative_path "ncurses-6.2"
31+
relative_path "ncurses-#{version}"
3032

3133
env = with_embedded_path
3234
env = with_standard_compiler_flags(env, aix: { use_gcc: true })

0 commit comments

Comments
 (0)