iproute2: use https and syntax

This commit is contained in:
Tim Biermann 2021-12-13 12:17:46 +01:00
parent 6caedb62af
commit cc1c023d34
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqkGL1FXe+eO8YFYqzIrnDbrQjIl+NelsHvjdMmKHnaiOom/HyqNRj9urTC1pros08q5nHmjwF9lu+pifEhW9kQE=
SHA256 (Pkgfile) = e7c4295f6eb2743f5d53af1cd2c49b9a1dc7dc99235e2ddc033ff2c29308b5ac
RWRJc1FUaeVeqoubQcuBwHHpW9tFUWwgsyfSBuVx47Pf8VX99ttXgHA9MnS6IYaEgUPcMdrXf0n+476o9vpFXpiloDfQJCVLBQs=
SHA256 (Pkgfile) = ca70dc8b60087b13078495144f7ca1d42a2174d0f97a80a7578b0d31d90c79a2
SHA256 (.footprint) = 8a4dfe3445fc64c488115f57d9de287048b26214c8b6bfec33b722dcf268f056
SHA256 (iproute2-5.15.0.tar.xz) = 38e3e4a5f9a7f5575c015027a10df097c149111eeb739993128e5b2b35b291ff
SHA256 (lo.iproute2) = ce94fcf414aa11927a66a221af14180f125f4efbf985dd4db9a1b43dad9cbcc7

View File

@ -1,12 +1,12 @@
# Description: A collection of utilites for controlling TCP/IP networking and traffic in Linux
# URL: http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
# URL: https://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: db iptables libcap elfutils
# Depends on: db elfutils iptables libcap
name=iproute2
version=5.15.0
release=1
source=(https://www.kernel.org/pub/linux/utils/net/$name/$name-$version.tar.xz \
source=(https://www.kernel.org/pub/linux/utils/net/$name/$name-$version.tar.xz
lo.iproute2 net.iproute2)
build() {