From 24c0d915e669ff8f26f45b776a134a567db715d3 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 1 May 2023 22:24:58 -0700 Subject: mosh: Point SRC_URI to https://mosh.org/ mosh.mit.edu does not have the tarballs anymore Signed-off-by: Khem Raj (cherry picked from commit d4be801b86229123809ea9fb6829d3f7df83f6bb) Signed-off-by: Armin Kuster --- meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb b/meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb index 4537a09412..2869e06336 100644 --- a/meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb +++ b/meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl libutempter" -SRC_URI = "http://mosh.mit.edu/mosh-${PV}.tar.gz" +SRC_URI = "https://mosh.org/${BP}.tar.gz" SRC_URI[sha256sum] = "872e4b134e5df29c8933dff12350785054d2fd2839b5ae6b5587b14db1465ddd" inherit autotools pkgconfig -- cgit v1.2.3-54-g00ecf