From 6cef10966830dceb97972232080bd2e3cfed5b16 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Mon, 5 Aug 2019 21:24:53 +0300 Subject: wireshark: Use an upstream URL that stays valid longer Signed-off-by: Adrian Bunk Signed-off-by: Khem Raj --- meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking') diff --git a/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb b/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb index d442925eea..efcd5e42ee 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb @@ -8,7 +8,7 @@ DEPENDS = "pcre expat glib-2.0 glib-2.0-native libgcrypt libgpg-error libxml2 bi DEPENDS_append_class-target = " wireshark-native chrpath-replacement-native " -SRC_URI = "https://1.eu.dl.wireshark.org/src/wireshark-${PV}.tar.xz" +SRC_URI = "https://1.eu.dl.wireshark.org/src/all-versions/wireshark-${PV}.tar.xz" UPSTREAM_CHECK_URI = "https://1.as.dl.wireshark.org/src" -- cgit 1.2.3-korg