From 321ebf214a782e9642e1a38dfd0fee7b1b3f307a Mon Sep 17 00:00:00 2001 From: Xiangfu Date: Wed, 14 Mar 2012 18:11:15 +0800 Subject: [PATCH] kbd: update to 1.15.3 --- kbd/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/kbd/Makefile b/kbd/Makefile index ada41ce..b258d8d 100644 --- a/kbd/Makefile +++ b/kbd/Makefile @@ -1,5 +1,6 @@ # # Copyright (C) 2006-2008 OpenWrt.org +# Copyright (C) 2012 Xiangfu # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,14 +9,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=kbd -PKG_RELEASE:=2 -PKG_VERSION:=1.15.1 -PKG_SOURCE_URL:=ftp://ftp.kernel.org/pub/linux/utils/kbd +PKG_RELEASE:=1 +PKG_VERSION:=1.15.3 +PKG_SOURCE_URL:=http://mirror.anl.gov/pub/linux/utils/kbd/ PKG_SOURCE:=kbd-$(PKG_VERSION).tar.gz include $(INCLUDE_DIR)/package.mk define Package/kbd/Default + MAINTAINER:="Xiangfu Liu" SECTION:=utils CATEGORY:=Utilities URL:=ftp://ftp.kernel.org/pub/linux/utils/kbd