Skip to content

Commit

Permalink
Merge pull request #562 from mariux64/update-wireshark-from-2.0.16-to…
Browse files Browse the repository at this point in the history
…-2.4.3

Update Wireshark from 2.0.16 to 2.4.3
  • Loading branch information
donald authored Dec 21, 2017
2 parents bcfc0c9 + 34f2144 commit 100d438
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions wireshark.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand All @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 100d438

Please sign in to comment.