From e2e9adb228447f52008b98a80a787cf637d968be Mon Sep 17 00:00:00 2001 From: Cameron Miller Date: Wed, 17 May 2023 09:31:17 -0500 Subject: Update rhino download link --- recipes-core/rhino/rhino_1.7r4.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" -- cgit v1.2.3-54-g00ecf