diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-29 20:29:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-29 20:29:44 +0100 |
commit | a60a17cd488cbe017b95f52bcb0f881d7a4a5846 (patch) | |
tree | 6256c2f07571ae20f424c39b247752b5e32ea226 /package/xinput | |
parent | e17110aeb3863c1292eb3e58b7597174bea6cc85 (diff) |
xorg: update all packages to latest stable version, remove mirror.mk entry
Diffstat (limited to 'package/xinput')
-rw-r--r-- | package/xinput/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/xinput/Makefile b/package/xinput/Makefile index 846dfd291..ccf805cf2 100644 --- a/package/xinput/Makefile +++ b/package/xinput/Makefile @@ -4,15 +4,15 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= xinput -PKG_VERSION:= 1.6.0 +PKG_VERSION:= 1.6.2 PKG_RELEASE:= 1 -PKG_HASH:= a3117a323cc32c80428dd1604df8d0f87ecbfb03a4975c187475a04f7201dfb7 +PKG_HASH:= 2c8ca5ff2a8703cb7d898629a4311db720dbd30d0c162bfe37f18849a727bd42 PKG_DESCR:= input utility PKG_SECTION:= x11/utils PKG_DEPENDS:= libxi libxinerama libxrandr PKG_BUILDDEP:= libXi libXinerama libXrandr PKG_URL:= http://xorg.freedesktop.org/ -PKG_SITES:= ${MASTER_SITE_XORG} +PKG_SITES:= http://www.x.org/releases/individual/app/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |