Skip to content

Commit

Permalink
wireshark: update to 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Oct 15, 2024
1 parent 8063913 commit 352af66
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.0
pkgver=4.4.1
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=('ead5cdcc08529a2e7ce291e01defc3b0f8831ba24c938db0762b1ebc59c71269')
sha256sums=('2b9e96572a7002c3e53b79683cf92f8172217e64c17ecaaf612eb68c2a7556ec')

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

0 comments on commit 352af66

Please sign in to comment.