diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2023-06-03 12:15:32 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2023-06-03 12:15:32 +0200 |
commit | 8c6f81904c92046e1c2d7737b8d0bf959cd91355 (patch) | |
tree | cba8804c29e97cd1e83163845dfd4bfc5ad28a1d /x11/xterm/Makefile | |
parent | e27736b8ff620b7bf1ca4685ebc9e51d487c96d1 (diff) |
x11/xterm: update to version 382
Switch MASTER_SITES to https while there
Diffstat (limited to 'x11/xterm/Makefile')
-rw-r--r-- | x11/xterm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 13628ac..3fd6c02 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -1,5 +1,5 @@ COMMENT = terminal emulator for the X Window System. -DISTNAME = xterm-378 +DISTNAME = xterm-382 CATEGORIES = x11 @@ -13,7 +13,7 @@ PERMIT_PACKAGE = Yes WANTLIB = ICE X11 Xaw7 Xext Xft Xinerama Xmu Xpm Xt \ c curses fontconfig freetype util -MASTER_SITES = ftp://ftp.invisible-island.net/xterm/ +MASTER_SITES = https://invisible-island.net/archives/xterm/ EXTRACT_SUFX = .tgz |