diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2013-05-06 23:52:41 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-05-06 23:52:41 +0200 |
commit | ea1ece13e219a592e0ea3a4f9d7f1c6d1ef86fb0 (patch) | |
tree | 041dfe1e8534ad5fd3123f9c7fd76fa6b4adca7b | |
parent | 98328fd693fabeaf48e67e51a5b4ba2924992534 (diff) | |
download | buildroot-novena-ea1ece13e219a592e0ea3a4f9d7f1c6d1ef86fb0.tar.gz buildroot-novena-ea1ece13e219a592e0ea3a4f9d7f1c6d1ef86fb0.zip |
jquery-ui-themes: bump version
The base theme is no longer available in the themes download (it is the
standard theme installed by jquery-ui), so default to ui-lightness instead.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/jquery-ui-themes/Config.in | 2 | ||||
-rw-r--r-- | package/jquery-ui-themes/jquery-ui-themes.mk | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/jquery-ui-themes/Config.in b/package/jquery-ui-themes/Config.in index dfde9c193..9a1514085 100644 --- a/package/jquery-ui-themes/Config.in +++ b/package/jquery-ui-themes/Config.in @@ -8,7 +8,7 @@ config BR2_PACKAGE_JQUERY_UI_THEMES config BR2_PACKAGE_JQUERY_UI_THEMES_THEME string "theme to install" - default "base" + default "ui-lightness" depends on BR2_PACKAGE_JQUERY_UI_THEMES help Specify the name of the jQuery UI theme to install. diff --git a/package/jquery-ui-themes/jquery-ui-themes.mk b/package/jquery-ui-themes/jquery-ui-themes.mk index 089d80883..3c51b8956 100644 --- a/package/jquery-ui-themes/jquery-ui-themes.mk +++ b/package/jquery-ui-themes/jquery-ui-themes.mk @@ -4,8 +4,8 @@ # ############################################################# -JQUERY_UI_THEMES_VERSION = 1.8.21 -JQUERY_UI_THEMES_SITE = http://jquery-ui.googlecode.com/files +JQUERY_UI_THEMES_VERSION = 1.10.3 +JQUERY_UI_THEMES_SITE = http://jqueryui.com/resources/download JQUERY_UI_THEMES_SOURCE = jquery-ui-themes-$(JQUERY_UI_THEMES_VERSION).zip JQUERY_UI_THEMES_LICENSE = MIT JQUERY_UI_THEMES_LICENSE_FILES = MIT-LICENSE.txt |