jquery: bump to version 1.9.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2013-04-12 02:15:23 +00:00 committed by Peter Korsgaard
parent f310ee90af
commit 39ce56afde
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
JQUERY_VERSION = 1.8.3
JQUERY_VERSION = 1.9.1
JQUERY_SITE = http://code.jquery.com
JQUERY_SOURCE = jquery-$(JQUERY_VERSION).min.js
JQUERY_LICENSE = MIT
define JQUERY_EXTRACT_CMDS
cp $(DL_DIR)/$(JQUERY_SOURCE) $(@D)