summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-05-01 22:24:58 -0700
committerArmin Kuster <akuster808@gmail.com>2023-05-07 12:31:13 -0400
commit24c0d915e669ff8f26f45b776a134a567db715d3 (patch)
tree04615145185266f90ce93014be7b802872fb66ee
parent54693ef0161b899196d15779a2a67d63cf375fa1 (diff)
downloadmeta-openembedded-24c0d915e669ff8f26f45b776a134a567db715d3.tar.gz
mosh: Point SRC_URI to https://mosh.org/
mosh.mit.edu does not have the tarballs anymore Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d4be801b86229123809ea9fb6829d3f7df83f6bb) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb2
1 files changed, 1 insertions, 1 deletions
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"
14 14
15DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl libutempter" 15DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl libutempter"
16 16
17SRC_URI = "http://mosh.mit.edu/mosh-${PV}.tar.gz" 17SRC_URI = "https://mosh.org/${BP}.tar.gz"
18SRC_URI[sha256sum] = "872e4b134e5df29c8933dff12350785054d2fd2839b5ae6b5587b14db1465ddd" 18SRC_URI[sha256sum] = "872e4b134e5df29c8933dff12350785054d2fd2839b5ae6b5587b14db1465ddd"
19 19
20inherit autotools pkgconfig 20inherit autotools pkgconfig