Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -6,8 +6,9 @@ config BR2_PACKAGE_DIALOG
|
||||
help
|
||||
dialog - display dialog boxes from shell scripts
|
||||
|
||||
This application provides a method of displaying several different
|
||||
types of dialog boxes from shell scripts. This allows a developer
|
||||
of a script to interact with the user in a much friendlier manner.
|
||||
This application provides a method of displaying several
|
||||
different types of dialog boxes from shell scripts. This
|
||||
allows a developer of a script to interact with the user in a
|
||||
much friendlier manner.
|
||||
|
||||
http://invisible-island.net/dialog/dialog.html
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 1d98ec7cc81f11f9019fa0b90f1afdaa86579cae1ce8869a6fd61deb9d4b887a dialog-1.2-20150125.tgz
|
||||
sha256 2ff1ba74c632b9d13a0d0d2c942295dd4e8909694eeeded7908a467d0bcd4756 dialog-1.3-20170509.tgz
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DIALOG_VERSION = 1.2-20150125
|
||||
DIALOG_VERSION = 1.3-20170509
|
||||
DIALOG_SOURCE = dialog-$(DIALOG_VERSION).tgz
|
||||
DIALOG_SITE = ftp://ftp.invisible-island.net/dialog
|
||||
DIALOG_CONF_OPTS = --with-ncurses --with-curses-dir=$(STAGING_DIR)/usr \
|
||||
--disable-rpath-hack
|
||||
DIALOG_DEPENDENCIES = host-pkgconf ncurses
|
||||
DIALOG_LICENSE = LGPLv2.1
|
||||
DIALOG_LICENSE = LGPL-2.1
|
||||
DIALOG_LICENSE_FILES = COPYING
|
||||
|
||||
ifneq ($(BR2_ENABLE_LOCALE),y)
|
||||
|
||||
Reference in New Issue
Block a user