* update bridge-utils to 1.7.1-1

This commit is contained in:
Alexander Baldeck 2021-03-24 17:52:27 +01:00
parent 8ec38b2583
commit de457d0c8b

View File

@ -3,16 +3,16 @@
# Contributor: Judd Vinet <judd@archlinux.org>
pkgname=bridge-utils
pkgver=1.7
pkgver=1.7.1
pkgrel=1
pkgdesc="Utilities for configuring the Linux ethernet bridge"
arch=(x86_64 powerpc64le)
arch=(x86_64 powerpc64le powerpc)
url='https://wiki.linuxfoundation.org/networking/bridge'
license=('GPL')
depends=('glibc')
validpgpkeys=('9F6FC345B05BE7E766B83C8F80A77F6095CDE47E') # Stephen Hemminger (Microsoft corporate) <sthemmin@microsoft.com>
source=("https://kernel.org/pub/linux/kernel/people/shemminger/${pkgname}//${pkgname}-${pkgver}.tar."{xz,sign})
sha256sums=('939987e659b1a4c36ae46f44b6687f373bc5c916a9eab91f775630f5e38b997e'
source=("https://mirrors.edge.kernel.org/pub/linux/utils/net/${pkgname}/${pkgname}-${pkgver}.tar."{xz,sign})
sha256sums=('a61d8be4f1a1405c60c8ef38d544f0c18c05b33b9b07e5b4b31033536165e60e'
'SKIP')
build() {