diff options
Diffstat (limited to 'package/inputproto/Makefile')
-rw-r--r-- | package/inputproto/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/inputproto/Makefile b/package/inputproto/Makefile index 2b364f3c9..42a757d51 100644 --- a/package/inputproto/Makefile +++ b/package/inputproto/Makefile @@ -4,13 +4,13 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= inputproto -PKG_VERSION:= 2.3 +PKG_VERSION:= 2.3.1 PKG_RELEASE:= 1 PKG_DESCR:= input extension headers PKG_SECTION:= dev/header PKG_BUILDDEP:= inputproto-host -PKG_HASH:= 98e8ab87fb71080b28536d749aa942bdad13d860d5eb3e1271084906cda711e9 -PKG_SITES:= ${MASTER_SITE_XORG} +PKG_HASH:= 23f65ac55c36ea8c378e30b4a4fd85317c95923134e3fe46569741b94c8ed4ca +PKG_SITES:= http://www.x.org/releases/individual/proto/ PKG_OPTS:= dev devonly DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |