summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2022-12-13 11:23:05 +0100
committerJuergen Daubert <jue@jue.li>2022-12-13 11:23:05 +0100
commit2f90d87a2cc97cb07fc7d6226f5d9fce219bcc0f (patch)
tree0956d05fd7612276720188182fd7ac84c1fe74e1
parentb3c5022b5127f701c3eae82adcc8fae685d5edf0 (diff)
downloadcore-2f90d87a2cc97cb07fc7d6226f5d9fce219bcc0f.tar.gz
core-2f90d87a2cc97cb07fc7d6226f5d9fce219bcc0f.tar.xz
iproute2: update to 6.1.0
-rw-r--r--iproute2/.signature6
-rw-r--r--iproute2/Pkgfile6
2 files changed, 6 insertions, 6 deletions
diff --git a/iproute2/.signature b/iproute2/.signature
index 001aeff2..9cae2d0d 100644
--- a/iproute2/.signature
+++ b/iproute2/.signature
@@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/core.pub
-RWRJc1FUaeVeqt8YbYgd+s0m3LNdYOHdbOOzVly5ONZuZpagW7R+CkIGAt/Ad71YKdx7GE4GBwFI4AHLgNAB3iA9Oj77UOuPOAo=
-SHA256 (Pkgfile) = 2488a4d62a174c90817dc3f73262e192609ffb669cf6473ece3f15f27b094c7f
+RWRJc1FUaeVequQ8TGZ+rMZWwo+6ccBth/K9sWwfNFmeoMyApn5eVG/QqsZUPAoqGQNhtE2aFSO87y2OTCi9DAcRiTbdC3BV5Qc=
+SHA256 (Pkgfile) = a6dda27c68acdadf37d1368bfd0490854463d1a007d3aef721e072f4e9cac250
SHA256 (.footprint) = e7396d8a0ca2917fc2255fa79f5710e9d9089308e2f8933d0e4e5b511f15118b
-SHA256 (iproute2-6.0.0.tar.xz) = 523139e9e72aec996374fa2de74be4c53d2dd05589488934d21ff97bae19580a
+SHA256 (iproute2-v6.1.0.tar.xz) = b58b95f34c5b6e8171d1833ccfcf43c86aaa064c99419bd1b2a2eb7ee741f089
SHA256 (lo.iproute2) = ce94fcf414aa11927a66a221af14180f125f4efbf985dd4db9a1b43dad9cbcc7
SHA256 (net.iproute2) = 0af62a6d674d159ec77ccb46c7ee189c1dc4db0213026d6c42c2b80ce01d231d
diff --git a/iproute2/Pkgfile b/iproute2/Pkgfile
index e0363315..b62e4c1b 100644
--- a/iproute2/Pkgfile
+++ b/iproute2/Pkgfile
@@ -4,13 +4,13 @@
# Depends on: db elfutils iptables libcap libmnl
name=iproute2
-version=6.0.0
+version=6.1.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-v$version.tar.xz
lo.iproute2 net.iproute2)
build() {
- cd $name-$version
+ cd $name-v$version
./configure
make CCOPTS="$CFLAGS"

Generated by cgit