From 675efdfa549a156804757c6b6b49528d77c63d65 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 19 Dec 2017 12:51:50 +0100 Subject: [PATCH] wireshark: Update download URL The old sources are in the directory `all-versions`. --- wireshark.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wireshark.be0 b/wireshark.be0 index daac1f87f..c13a24be9 100755 --- a/wireshark.be0 +++ b/wireshark.be0 @@ -9,8 +9,8 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://2.na.dl.wireshark.org/src/wireshark-${PKGVERSION}.tar.bz2" -#SRCURL[0]="http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://2.na.dl.wireshark.org/src/all-versions/wireshark-${PKGVERSION}.tar.bz2" +#SRCURL[0]="http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.