diff mbox series

[meta-java,kirkstone,1/3] Update rhino download link

Message ID TYZPR06MB5026E80A0256FADF3A3CD80384499@TYZPR06MB5026.apcprd06.prod.outlook.com
State New
Headers show
Series [meta-java,kirkstone,1/3] Update rhino download link | expand

Commit Message

akash hadke June 1, 2023, 3:18 p.m. UTC
From: Cameron Miller <cameron.miller@homeaware.com>

(cherry picked from commit e2e9adb228447f52008b98a80a787cf637d968be)
Signed-off-by: Akash Hadke <akash.hadke@kpit.com>
Signed-off-by: Akash Hadke <hadkeakash4@live.com>
---
 recipes-core/rhino/rhino_1.7r4.bb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

akash hadke Aug. 31, 2023, 1:48 p.m. UTC | #1
Hello Team,
Are we planning to take this change?
diff mbox series

Patch

diff --git a/recipes-core/rhino/rhino_1.7r4.bb b/recipes-core/rhino/rhino_1.7r4.bb
index 54329c1..bb172a5 100644
--- a/recipes-core/rhino/rhino_1.7r4.bb
+++ b/recipes-core/rhino/rhino_1.7r4.bb
@@ -11,12 +11,12 @@  PACKAGE_ARCH = "${TUNE_PKGARCH}"
 inherit java-library
 
 SRC_URI = "\
-	https://github.com/downloads/mozilla/rhino/rhino1_7R4.zip \
+	https://github.com/mozilla/rhino/archive/refs/tags/Rhino1_7R4_RELEASE.zip \
 	file://rhino \
 	file://rhino-jsc \
 	"
 
-S = "${WORKDIR}/rhino1_7R4"
+S = "${WORKDIR}/rhino-Rhino1_7R4_RELEASE"
 
 PACKAGES = "${JPN} rhino"
 
@@ -46,5 +46,5 @@  do_install:append() {
 	install -m 0755 ${WORKDIR}/rhino-jsc ${D}${bindir}
 }
 
-SRC_URI[md5sum] = "ad67a3dff135e3a70f0c3528a2d6edf2"
-SRC_URI[sha256sum] = "9eb08f85bbe7c8e0b9eaffb1cf4984b31fb679f3c8a682acc3bb8ac20626c61e"
+SRC_URI[md5sum] = "1f893577269631703d31e4de9d5dc1f4"
+SRC_URI[sha256sum] = "860965fc611764745b3a4fc5bd4baac07356a9fedd2ce6642e7bb0bd7ef58d07"