diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-14 07:59:24 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-15 10:06:35 +0000 |
commit | 7f30f8d1f66c09350a7f7d0f821e041e81099917 (patch) | |
tree | 885d2ce2e1c0e7aa02642d8467bd726f344a6bf5 /main/wireshark | |
parent | d80985fcafcbccfe18d5a204107c1fe07cd61d68 (diff) | |
download | aports-7f30f8d1f66c09350a7f7d0f821e041e81099917.tar.bz2 aports-7f30f8d1f66c09350a7f7d0f821e041e81099917.tar.xz |
main/wireshark: upgrade to 1.12.5
Diffstat (limited to 'main/wireshark')
-rw-r--r-- | main/wireshark/APKBUILD | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/main/wireshark/APKBUILD b/main/wireshark/APKBUILD index e12a783755..719ac2bc26 100644 --- a/main/wireshark/APKBUILD +++ b/main/wireshark/APKBUILD @@ -2,8 +2,8 @@ # Contributor: Jeremy Thomerson <jeremy@thomersonfamily.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=wireshark -pkgver=1.12.4 -pkgrel=1 +pkgver=1.12.5 +pkgrel=0 pkgdesc="A network protocol analyzer - GTK version" url="http://www.wireshark.org" arch="all" @@ -31,6 +31,9 @@ prepare() { build() { cd "$_builddir" + # configure script searches for uic and uic-qt4 but not uic-qt5 + # we set path so it finds 'uic' + export PATH="$PATH:/usr/lib/qt5/bin" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -78,6 +81,6 @@ qt() { install -d "$subpkgdir"/usr/bin mv "$pkgdir"/usr/bin/wireshark-qt "$subpkgdir"/usr/bin/ } -md5sums="acfa156fd35cb66c867b1ace992e4b5b wireshark-1.12.4.tar.bz2" -sha256sums="de804e98e252e4b795d28d6ac2d48d7f5aacd9b046ee44d44266983795ebc312 wireshark-1.12.4.tar.bz2" -sha512sums="ceeb6cb4489ce150a6065e586f83cfbcd0fd79cd05cf8ab5b0346baa03eaa5188503b18a1f228458447235d79f765c410e6b52b9aae77547f80b206429c77b24 wireshark-1.12.4.tar.bz2" +md5sums="9ee199dde4f36a3d71f7b81dd6764e93 wireshark-1.12.5.tar.bz2" +sha256sums="d0f177b2ef49e4deae4ff7d3299bdd295ba558a3934ce8ae489b2f13927cbd82 wireshark-1.12.5.tar.bz2" +sha512sums="857f0299290d5ca1a34ec4296bf6ef1da82fb59af1aae2c095599e16c4a95a653987d60611d58874dd8cb3271838b0a4ec476a17c52e781cb56607ac39197136 wireshark-1.12.5.tar.bz2" |