Skip to content

Commit

Permalink
wireshark: update to 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Nov 22, 2024
1 parent 3adc585 commit 339ed5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-wireshark/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=wireshark
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=4.4.1
pkgver=4.4.2
pkgrel=1
pkgdesc="Network traffic and protocol analyzer/sniffer (mingw-w64)"
arch=('any')
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=('2b9e96572a7002c3e53b79683cf92f8172217e64c17ecaaf612eb68c2a7556ec')
sha256sums=('6053d97499c83feb87ce1d7f732d9c889c6c18bb334de67e65dca11483b0514e')

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

0 comments on commit 339ed5d

Please sign in to comment.