diff mbox series

[meta-oe,kirkstone] mosh: set working SRC_URI

Message ID 20250926210523.169437-1-skandigraun@gmail.com
State New
Headers show
Series [meta-oe,kirkstone] mosh: set working SRC_URI | expand

Commit Message

Gyorgy Sarvari Sept. 26, 2025, 9:05 p.m. UTC
The project switched to storing their releases on Github, and
the original links stopped working.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb b/meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb
index b4b5aa78a0..ed0d5a4061 100644
--- a/meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb
+++ b/meta-oe/recipes-connectivity/mosh/mosh_1.3.2.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://github.com/mobile-shell/${BPN}/releases/download/${BP}/${BP}.tar.gz \
            file://0001-Fix-building-with-libc.patch \
            "
 SRC_URI[md5sum] = "5122f4d2b973ab7c38dcdac8c35cb61e"