mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/wireshark: Updated for version 1.12.0 Thanks to Luiz Ramos.
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
This commit is contained in:
parent
85ce367631
commit
0e49370695
2 changed files with 7 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=wireshark
|
||||
VERSION=${VERSION:-1.10.8}
|
||||
VERSION=${VERSION:-1.12.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -73,6 +73,9 @@ find -L . \
|
|||
# systems with 32bit compat libs install. Thanks to Heinz Wiesinger.
|
||||
sed -i "s|/lib)|/lib$LIBDIRSUFFIX)|g" configure.ac
|
||||
|
||||
# run autoreconf so it'll use the correct automake version.
|
||||
autoreconf -f -i
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wireshark"
|
||||
VERSION="1.10.8"
|
||||
VERSION="1.12.0"
|
||||
HOMEPAGE="http://www.wireshark.org/"
|
||||
DOWNLOAD="http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-1.10.8.tar.bz2"
|
||||
MD5SUM="510dc3b063785549b41ebc748ac21055"
|
||||
DOWNLOAD="http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-1.12.0.tar.bz2"
|
||||
MD5SUM="8dcfe451d8769901129809d2e19c1fb7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue