From 8d1f35e635a342017badd3634d3f6484051b69cb Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 16 Jan 2020 17:50:31 +0100 Subject: [PATCH] tcpdump: set local srcurl - tcpdump.org unreliable --- tcpdump.be0 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tcpdump.be0 b/tcpdump.be0 index 875b5f632..d36ad4400 100755 --- a/tcpdump.be0 +++ b/tcpdump.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION tcpdump-4.9.2-1 +# BEE_VERSION tcpdump-4.9.2-2 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -9,7 +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://www.tcpdump.org/release/tcpdump-${PKGVERSION}.tar.gz" +# SRCURL[0]="https://www.tcpdump.org/release/tcpdump-${PKGVERSION}.tar.gz" +SRCURL[0]="/src/mariux/md5repo/9bbc1ee33dab61302411b02dd0515576/tcpdump-4.9.2.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.