iproute2: fix source URL

This commit is contained in:
Juergen Daubert 2022-12-15 09:35:16 +01:00
parent abef543a38
commit 82133dc2ec
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVequQ8TGZ+rMZWwo+6ccBth/K9sWwfNFmeoMyApn5eVG/QqsZUPAoqGQNhtE2aFSO87y2OTCi9DAcRiTbdC3BV5Qc=
SHA256 (Pkgfile) = a6dda27c68acdadf37d1368bfd0490854463d1a007d3aef721e072f4e9cac250
RWRJc1FUaeVeqqKk+D0lAu70RUsELOJShJV0mzqbAmaUW6pfdp1H9gM2+YJ33KSh2VH7knryjTYP+XDXuP4XNYOBcqGgpWXopgU=
SHA256 (Pkgfile) = f44f5f3403d2ae20fc358ef9c8d4c24f590aa082380da3cdf50803df2c215041
SHA256 (.footprint) = e7396d8a0ca2917fc2255fa79f5710e9d9089308e2f8933d0e4e5b511f15118b
SHA256 (iproute2-v6.1.0.tar.xz) = b58b95f34c5b6e8171d1833ccfcf43c86aaa064c99419bd1b2a2eb7ee741f089
SHA256 (iproute2-6.1.0.tar.xz) = 5ce12a0fec6b212725ef218735941b2dab76244db7e72646a76021b0537b43ab
SHA256 (lo.iproute2) = ce94fcf414aa11927a66a221af14180f125f4efbf985dd4db9a1b43dad9cbcc7
SHA256 (net.iproute2) = 0af62a6d674d159ec77ccb46c7ee189c1dc4db0213026d6c42c2b80ce01d231d

View File

@ -6,11 +6,11 @@
name=iproute2
version=6.1.0
release=1
source=(https://www.kernel.org/pub/linux/utils/net/$name/$name-v$version.tar.xz
source=(https://www.kernel.org/pub/linux/utils/net/$name/$name-$version.tar.xz
lo.iproute2 net.iproute2)
build() {
cd $name-v$version
cd $name-$version
./configure
make CCOPTS="$CFLAGS"