Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
bpftop
Commits:
bc65a74c by Orhun Parmaksız at 2025-02-16T22:15:24+03:00
upgpkg: 0.6.0-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = bpftop
pkgdesc = Dynamic real-time view of running eBPF programs
- pkgver = 0.5.2
+ pkgver = 0.6.0
pkgrel = 1
url = https://github.com/Netflix/bpftop
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = bpftop
depends = gcc-libs
depends = zlib
options = !lto
- source =
bpftop-0.5.2.tar.gz::https://github.com/Netflix/bpftop/archive/refs/tags/v0.5.2.zip
- sha256sums =
9a8e312de7855db58c028d004b042b08bdbe7816d2d7f602ee8c78bb0aa448c3
+ source =
bpftop-0.6.0.tar.gz::https://github.com/Netflix/bpftop/archive/refs/tags/v0.6.0.zip
+ sha256sums =
e2f8e928589ac95267253ec1818e7002e89b34918dc36b56d6fc6685580de102
pkgname = bpftop
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Jose Fernandez <[email protected]>
pkgname=bpftop
-pkgver=0.5.2
+pkgver=0.6.0
pkgrel=1
pkgdesc="Dynamic real-time view of running eBPF programs"
url='https://github.com/Netflix/bpftop'
@@ -12,7 +12,7 @@ arch=('x86_64')
depends=('libelf' 'gcc-libs' 'zlib')
makedepends=('cargo' 'clang')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.zip")
-sha256sums=('9a8e312de7855db58c028d004b042b08bdbe7816d2d7f602ee8c78bb0aa448c3')
+sha256sums=('e2f8e928589ac95267253ec1818e7002e89b34918dc36b56d6fc6685580de102')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bpftop/-/commit/bc65a74c037a9f03758108ad34e460e614c7fa14
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bpftop/-/commit/bc65a74c037a9f03758108ad34e460e614c7fa14
You're receiving this email because of your account on gitlab.archlinux.org.