diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-02-12 14:25:51 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-02-12 14:25:59 +0000 |
commit | c9e7b9f4ee72cc0535c155516293f5682488856c (patch) | |
tree | 45396eec99ce5bf31ae17e8755f178bd3d654c5b /community/wireshark/APKBUILD | |
parent | bd0e7c7b564133e60cba91a11ebaf58fc66ca95f (diff) | |
download | aports-c9e7b9f4ee72cc0535c155516293f5682488856c.tar.bz2 aports-c9e7b9f4ee72cc0535c155516293f5682488856c.tar.xz |
community/wireshark: bump pkgrel after Qt upgrade
Diffstat (limited to 'community/wireshark/APKBUILD')
-rw-r--r-- | community/wireshark/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/wireshark/APKBUILD b/community/wireshark/APKBUILD index 532baecc51..003515a144 100644 --- a/community/wireshark/APKBUILD +++ b/community/wireshark/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=wireshark pkgver=2.6.6 -pkgrel=0 +pkgrel=1 pkgdesc="A network protocol analyzer - GTK version" url="https://www.wireshark.org" arch="all" |