diff options
author | ptrcnull <git@ptrcnull.me> | 2022-12-13 20:05:54 +0100 |
---|---|---|
committer | ptrcnull <git@ptrcnull.me> | 2022-12-13 20:14:50 +0100 |
commit | c960c7e3824196cccf1d440e3e909e6eeb8d1df7 (patch) | |
tree | 6951db7664ceef5e9e3ddb2f01a546553133adc6 /main/dnstop/APKBUILD | |
parent | 88da97cf7f594d1de6bb7bd4012b90a31c28500b (diff) | |
download | aports-c960c7e3824196cccf1d440e3e909e6eeb8d1df7.zip |
main/*: remove $pkgname from source url
[AL29]: $pkgname should not be used in the source url
Diffstat (limited to 'main/dnstop/APKBUILD')
-rw-r--r-- | main/dnstop/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/dnstop/APKBUILD b/main/dnstop/APKBUILD index 79216daab3f..43b96e706f3 100644 --- a/main/dnstop/APKBUILD +++ b/main/dnstop/APKBUILD @@ -12,7 +12,7 @@ depends_dev="" makedepends="libpcap-dev ncurses-dev" install="" subpackages="$pkgname-doc" -source="http://dns.measurement-factory.com/tools/dnstop/src/$pkgname-$pkgver.tar.gz +source="http://dns.measurement-factory.com/tools/dnstop/src/dnstop-$pkgver.tar.gz musl-fix.patch " |