From: Jesse Van Gavere <jesseevg@gmail.com>
To: buildroot@buildroot.org
Cc: Jesse Van Gavere <jesseevg@gmail.com>, Simon Dawson <spdawson@gmail.com>
Subject: [Buildroot] [PATCH 1/1] package/jquery-ui: bump to version 1.13.1
Date: Wed, 24 Aug 2022 09:55:42 +0200 [thread overview]
Message-ID: <20220824075542.3637678-1-jesseevg@gmail.com> (raw)
Signed-off-by: Jesse Van Gavere <jesseevg@gmail.com>
---
package/jquery-ui/jquery-ui.hash | 4 ++--
package/jquery-ui/jquery-ui.mk | 17 ++++++-----------
2 files changed, 8 insertions(+), 13 deletions(-)
diff --git a/package/jquery-ui/jquery-ui.hash b/package/jquery-ui/jquery-ui.hash
index 453ecd5521..92bb5312da 100644
--- a/package/jquery-ui/jquery-ui.hash
+++ b/package/jquery-ui/jquery-ui.hash
@@ -1,3 +1,3 @@
# locally computed
-sha256 c76f349930245360f4d1dea672b9a587f8938b536a378e20eeff919f7263f99f jquery-ui-1.10.4.zip
-sha256 ef1fdd608b20fbea7ef269ed03bd24e637717cc193971798a394bf2fa983cd53 MIT-LICENSE.txt
+sha256 5f063f91df85431e3fea84f5d5709726d6dcd15ee4bf86b0e9a4b134912a5efd jquery-ui-1.13.1.zip
+sha256 de33fb695880d0b07615d4b86f78cd43796906959ade5fdfef70968827a0db78 LICENSE.txt
diff --git a/package/jquery-ui/jquery-ui.mk b/package/jquery-ui/jquery-ui.mk
index 9284e683f1..98d150bbf3 100644
--- a/package/jquery-ui/jquery-ui.mk
+++ b/package/jquery-ui/jquery-ui.mk
@@ -4,14 +4,11 @@
#
################################################################################
-JQUERY_UI_VERSION = 1.10.4
-# Use buildroot mirror since upstream switched the zipfile and directory
-# structure without bumping/renaming.
-# Remember to switch back to jqueryui.com when bumping!
-JQUERY_UI_SITE = http://sources.buildroot.net
+JQUERY_UI_VERSION = 1.13.1
+JQUERY_UI_SITE = https://jqueryui.com/resources/download
JQUERY_UI_SOURCE = jquery-ui-$(JQUERY_UI_VERSION).zip
JQUERY_UI_LICENSE = MIT
-JQUERY_UI_LICENSE_FILES = MIT-LICENSE.txt
+JQUERY_UI_LICENSE_FILES = LICENSE.txt
define JQUERY_UI_EXTRACT_CMDS
$(UNZIP) -d $(@D) $(JQUERY_UI_DL_DIR)/$(JQUERY_UI_SOURCE)
@@ -20,15 +17,13 @@ define JQUERY_UI_EXTRACT_CMDS
endef
define JQUERY_UI_INSTALL_TARGET_CMDS
- $(INSTALL) -m 0644 -D $(@D)/ui/minified/jquery-ui.min.js \
+ $(INSTALL) -m 0644 -D $(@D)/jquery-ui.min.js \
$(TARGET_DIR)/var/www/jquery-ui.js
- $(INSTALL) -m 0644 -D $(@D)/ui/minified/i18n/jquery-ui-i18n.min.js \
- $(TARGET_DIR)/var/www/jquery-ui-i18n.js
- $(INSTALL) -m 0644 -D $(@D)/themes/base/minified/jquery-ui.min.css \
+ $(INSTALL) -m 0644 -D $(@D)/jquery-ui.min.css \
$(TARGET_DIR)/var/www/jquery-ui.css
$(INSTALL) -d $(TARGET_DIR)/var/www/images
$(INSTALL) -m 0644 -t $(TARGET_DIR)/var/www/images \
- $(@D)/themes/base/minified/images/*.png
+ $(@D)/images/*.png
endef
$(eval $(generic-package))
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2022-08-24 7:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-24 7:55 Jesse Van Gavere [this message]
2022-08-24 10:18 ` [Buildroot] [PATCH 1/1] package/jquery-ui: bump to version 1.13.1 Thomas Petazzoni via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220824075542.3637678-1-jesseevg@gmail.com \
--to=jesseevg@gmail.com \
--cc=buildroot@buildroot.org \
--cc=spdawson@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.