Skip to content

Commit

Permalink
Merge pull request #2832 from mariux64/update-wireshark
Browse files Browse the repository at this point in the history
wireshark: Update version from 3.5.0 to 4.0.2
  • Loading branch information
donald authored Jan 21, 2023
2 parents 4d2308b + b1e1d5b commit 7abb063
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions wireshark.be0
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION wireshark-3.5.0-0
# BEE_VERSION wireshark-4.0.2-0

#SRCURL[0]="https://1.eu.dl.wireshark.org/src/all-versions/wireshark-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/32956496fbcc5eaeb7125915ec827f25/wireshark-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/60eb89ab41cd2dbfcefed7efeccec9e3/wireshark-4.0.2.tar.xz"

# PATCHURL+=()
PATCHURL+=(/src/mariux/patches/wireshark-add-auth-mariux)

# build_in_sourcedir

Expand All @@ -24,6 +24,7 @@ BEE_BUILDTYPE='autotools'
mee_configure() {
CFLAGS=-Wno-maybe-uninitialized \
bee_configure \
-DUSE_QT6=NO \
-DCMAKE_PREFIX_PATH=/usr/local/qt5
}

Expand Down

0 comments on commit 7abb063

Please sign in to comment.