Skip to content

Commit

Permalink
wireshark: update to 4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed May 16, 2024
1 parent 8559f03 commit 244d43c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-wireshark/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
_realname=wireshark
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=4.2.4
pkgrel=2
pkgver=4.2.5
pkgrel=1
pkgdesc="Network traffic and protocol analyzer/sniffer (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
Expand Down Expand Up @@ -52,7 +52,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest"
"${MINGW_PACKAGE_PREFIX}-python-pytest-xdist")
source=("https://www.wireshark.org/download/src/${_realname}-${pkgver}.tar.xz")
sha256sums=('46bd0f4474337144b30816fb2d8f14e72a26d0391f24fe0b7b619acdcdad8c0c')
sha256sums=('55e793ab87a9a73aac44336235c92cb76c52180c469b362ed3a54f26fbb1261f')

build() {
mkdir -p "${srcdir}/build-${MSYSTEM}" && cd "${srcdir}/build-${MSYSTEM}"
Expand Down

0 comments on commit 244d43c

Please sign in to comment.