diff --git a/wireshark.be0 b/wireshark.be0 index 1159b7af3..cda4e81f0 100755 --- a/wireshark.be0 +++ b/wireshark.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION wireshark-2.0.16-0 +# BEE_VERSION wireshark-2.4.3-0 ## 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,14 +9,14 @@ ## 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/all-versions/wireshark-${PKGVERSION}.tar.bz2" -#SRCURL[0]="http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://2.na.dl.wireshark.org/src/all-versions/wireshark-${PKGVERSION}.tar.xz" +#SRCURL[0]="http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -PATCHURL+=(http://www.linuxfromscratch.org/patches/blfs/7.10/wireshark-2.0.5-lua_5_3_1-1.patch) +PATCHURL+=(/src/mariux/patches/wireshark-2.4.3-lua_5_3-1.patch) ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not @@ -29,7 +29,7 @@ PATCHURL+=(http://www.linuxfromscratch.org/patches/blfs/7.10/wireshark-2.0.5-lua ## outside the source directory and needs to be built inside the source ## directory. -build_in_sourcedir +# build_in_sourcedir ############################################################################### ## bee cannot detect buildtypes specified in subdirectories.