mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/pwru: upgrade to 1.0.6
This commit is contained in:
parent
6aafbda038
commit
62fb42d1c6
@ -1,7 +1,7 @@
|
||||
# Maintainer: Hoang Nguyen <folliekazetani@protonmail.com>
|
||||
pkgname=pwru
|
||||
pkgver=1.0.5
|
||||
pkgrel=2
|
||||
pkgver=1.0.6
|
||||
pkgrel=0
|
||||
pkgdesc="eBPF-based Linux kernel networking debugger"
|
||||
url="https://github.com/cilium/pwru"
|
||||
arch="x86_64 aarch64" # the only platforms supported upstream
|
||||
@ -9,7 +9,6 @@ license="GPL-2.0-or-later"
|
||||
makedepends="go clang llvm libpcap-dev"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/cilium/pwru/archive/refs/tags/v$pkgver.tar.gz"
|
||||
|
||||
export CGO_ENABLED=1
|
||||
export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
|
||||
export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"
|
||||
export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}"
|
||||
@ -31,5 +30,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
17ea7f106498735804947feeac94458551a847a2b8b409421c68c9d7035b13124a0382812f7b6ff5e8f0567fb013d4b68b9924613c0a3c60577a8cacb05f3de1 pwru-1.0.5.tar.gz
|
||||
074485e6a29c42a5a8e0ee86e159169254a6b929e380979b65f33120edb7c4d4b8808435a735b02df691e8dc79ea34f2d3d8defe78c943544c540f0e5368b75b pwru-1.0.6.tar.gz
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user