summaryrefslogtreecommitdiff
path: root/package/xterm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/xterm/Makefile')
-rw-r--r--package/xterm/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/xterm/Makefile b/package/xterm/Makefile
index d6cfcd674..d1374b286 100644
--- a/package/xterm/Makefile
+++ b/package/xterm/Makefile
@@ -4,17 +4,17 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= xterm
-PKG_VERSION:= 325
+PKG_VERSION:= 369
PKG_RELEASE:= 1
-PKG_HASH:= 3b31b07a0c40427e9330ec3be9d1a748c72808f945953cea9e526e48be315f1b
+PKG_HASH:= 71ed6a48d064893d2149741a002781a973496fd24d52dadd364f63439a764e26
PKG_DESCR:= terminal emulator
PKG_SECTION:= x11/apps
PKG_DEPENDS:= libxaw libxt libncurses libxft fontconfig libuuid
PKG_BUILDDEP:= ncurses libXt libXmu libXaw libXft util-linux libSM
PKG_URL:= http://invisible-island.net/xterm/xterm.html
-PKG_SITES:= ftp://invisible-island.net/xterm/
+PKG_SITES:= https://invisible-island.net/datafiles/release/
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz
+DISTFILES:= ${PKG_NAME}.tar.gz
include $(ADK_TOPDIR)/mk/package.mk