diff -r 3b891ae0835b -r 63302ab98be7 components/wireshark/Makefile --- a/components/wireshark/Makefile Tue Apr 02 01:12:45 2013 -0700 +++ b/components/wireshark/Makefile Tue Apr 02 01:22:25 2013 -0700 @@ -18,17 +18,17 @@ # # CDDL HEADER END # -# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. # include ../../make-rules/shared-macros.mk COMPONENT_NAME= wireshark -COMPONENT_VERSION= 1.8.3 +COMPONENT_VERSION= 1.8.5 COMPONENT_PROJECT_URL= http://www.wireshark.org/ COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2 COMPONENT_ARCHIVE_HASH= \ - sha256:83a85ff506b5e2a70f03c49de7af291802404983a23c7779e0f4ac3e672a2fb3 + sha256:d4e4798216974a3c45e74b03644ee33b64481d2fe5c788c002266e5f141ee372 COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)download/src/all-versions/$(COMPONENT_ARCHIVE) include ../../make-rules/prep.mk