diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-29 20:23:35 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-29 20:23:35 +0200 |
commit | 61cbadafc35ee2ac63211f203e5902844fa26a35 (patch) | |
tree | aac00bcb4f347ccad4e0d4afc4f07fa2234896c7 /package/kbd/Makefile | |
parent | 43b921a4ad61d7be3c13ff2ed8a9f715d087f5e8 (diff) |
kbd: update to 2.0.4
Diffstat (limited to 'package/kbd/Makefile')
-rw-r--r-- | package/kbd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kbd/Makefile b/package/kbd/Makefile index 48a725dd5..72f6e0eb1 100644 --- a/package/kbd/Makefile +++ b/package/kbd/Makefile @@ -4,15 +4,15 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= kbd -PKG_VERSION:= 2.0.3 +PKG_VERSION:= 2.0.4 PKG_RELEASE:= 1 -PKG_HASH:= 7a899de1c0eb75f3aea737095a736f2375e1cbfbe693fc14a3fe0bfb4649fb5e +PKG_HASH:= 5fd90af6beb225a9bb9b9fb414c090fba53c9a55793e172f508cd43652e59a88 PKG_DESCR:= keyboard and font utilities PKG_SECTION:= sys/hw PKG_DEPENDS:= libcheck PKG_BUILDDEP:= flex-host bison-host check PKG_URL:= http://kbd-project.org/ -PKG_SITES:= ftp://ftp.kernel.org/pub/linux/utils/kbd/ +PKG_SITES:= http://kbd-project.org/download/ PKG_CFLINE_KBD:= default y if ADK_TARGET_WITH_INPUT |