From 78655f159e627f03f608fb986662c98c92c1e20b Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 7 Mar 2026 13:43:38 +0900 Subject: [PATCH] internal/rosa/ncurses: use stable Anitya project The alpine mapping points to ncurses~devel for some reason. Signed-off-by: Ophestra --- internal/rosa/ncurses.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/rosa/ncurses.go b/internal/rosa/ncurses.go index ef52bf5..f159911 100644 --- a/internal/rosa/ncurses.go +++ b/internal/rosa/ncurses.go @@ -31,6 +31,6 @@ func init() { Description: "a free software emulation of curses in System V Release 4.0 (SVr4)", Website: "https://invisible-island.net/ncurses/", - ID: 2057, + ID: 373226, } }