diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-11 13:00:30 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-11 13:00:31 -0300 |
commit | 940af250ea7f714fe930766b234b72caf7ba328e (patch) | |
tree | ece4c33521f117789ebb2f8e654608d4646b0e58 /community/wireshark | |
parent | af07e995a2d80494ea2afe134fa907a52446d037 (diff) | |
download | aports-940af250ea7f714fe930766b234b72caf7ba328e.tar.bz2 aports-940af250ea7f714fe930766b234b72caf7ba328e.tar.xz |
community/wireshark: fix source=
Diffstat (limited to 'community/wireshark')
-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 50316b1cf0..11b5ab4bf1 100644 --- a/community/wireshark/APKBUILD +++ b/community/wireshark/APKBUILD @@ -17,7 +17,7 @@ checkdepends="py3-pytest py3-pytest-xdist" subpackages="$pkgname-dev $pkgname-doc $pkgname-common tshark" # Use mirror in the meantime # source="https://www.wireshark.org/download/src/wireshark-$pkgver.tar.xz -source="https://1.as.dl.wireshark.org/src/wireshark-$pkgver.tar.xz +source="https://www.wireshark.org/download/src/all-versions/wireshark-$pkgver.tar.xz fix-udpdump.patch " |