summaryrefslogtreecommitdiffstats
path: root/package/which
diff options
context:
space:
mode:
Diffstat (limited to 'package/which')
-rw-r--r--package/which/Config.in1
-rw-r--r--package/which/which.mk2
2 files changed, 1 insertions, 2 deletions
diff --git a/package/which/Config.in b/package/which/Config.in
index 3ef194ff4..5811083fa 100644
--- a/package/which/Config.in
+++ b/package/which/Config.in
@@ -1,6 +1,5 @@
config BR2_PACKAGE_WHICH
bool "which"
- select BR2_READLINE
help
The standard 'which' utility.
diff --git a/package/which/which.mk b/package/which/which.mk
index 0be31c565..da6dfeabd 100644
--- a/package/which/which.mk
+++ b/package/which/which.mk
@@ -3,7 +3,7 @@
# which
#
#############################################################
-WHICH_VERSION:=2.19
+WHICH_VERSION:=2.20
WHICH_SOURCE:=which-$(WHICH_VERSION).tar.gz
WHICH_SITE:=http://www.xs4all.nl/~carlo17/which/
WHICH_AUTORECONF:=NO