summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2022-12-15 09:35:16 +0100
committerJuergen Daubert <jue@jue.li>2022-12-15 09:35:16 +0100
commit82133dc2ec67969ee99158b987ef17a4ac0eff39 (patch)
tree5501f81b1bb486dc59a17352cb3e8bd0da5004be
parentabef543a383c0d91b54f84f03d3da075076b82d3 (diff)
downloadcore-82133dc2ec67969ee99158b987ef17a4ac0eff39.tar.gz
core-82133dc2ec67969ee99158b987ef17a4ac0eff39.tar.xz
iproute2: fix source URL
-rw-r--r--iproute2/.signature6
-rw-r--r--iproute2/Pkgfile4
2 files changed, 5 insertions, 5 deletions
diff --git a/iproute2/.signature b/iproute2/.signature
index 9cae2d0d..1f1aa421 100644
--- a/iproute2/.signature
+++ b/iproute2/.signature
@@ -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
diff --git a/iproute2/Pkgfile b/iproute2/Pkgfile
index b62e4c1b..45acc874 100644
--- a/iproute2/Pkgfile
+++ b/iproute2/Pkgfile
@@ -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"

Generated by cgit