diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-12-23 20:04:45 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-04 02:56:05 +0100 |
commit | cf9fca1d03d87557bbef2df76228a8b3551c3e20 (patch) | |
tree | 692a3363de661fbbeca04fa8f4d9b0781610f2ec /main | |
parent | 4808780f9d4342ac73ac3d529c645d721c253db6 (diff) | |
download | aports-cf9fca1d03d87557bbef2df76228a8b3551c3e20.tar.bz2 aports-cf9fca1d03d87557bbef2df76228a8b3551c3e20.tar.xz |
main/tcpdump: update url to https
Diffstat (limited to 'main')
-rw-r--r-- | main/tcpdump/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/tcpdump/APKBUILD b/main/tcpdump/APKBUILD index 944fae9fd9..42b4b98bd8 100644 --- a/main/tcpdump/APKBUILD +++ b/main/tcpdump/APKBUILD @@ -1,15 +1,15 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=tcpdump pkgver=4.9.3 -pkgrel=0 +pkgrel=1 pkgdesc="A tool for network monitoring and data acquisition" -url="http://www.tcpdump.org" +url="https://www.tcpdump.org/" arch="all" license="BSD-3-Clause" options="!check" # fail on ppc64le makedepends="libpcap-dev openssl-dev perl" subpackages="$pkgname-doc" -source="http://www.$pkgname.org/release/$pkgname-$pkgver.tar.gz" +source="https://www.tcpdump.org/release/$pkgname-$pkgver.tar.gz" # secfixes: # 4.9.3-r0: |