Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / retsnoop
Commits: c04b78b3 by Robin Candau at 2024-10-10T13:27:29+02:00 upgpkg: 0.10.1-1: New upstream release https://github.com/anakryiko/retsnoop/releases/tag/v0.10.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = retsnoop pkgdesc = A tool for investigating kernel error call stacks - pkgver = 0.10 - pkgrel = 2 + pkgver = 0.10.1 + pkgrel = 1 url = https://github.com/anakryiko/retsnoop arch = x86_64 license = BSD-2-Clause @@ -12,10 +12,10 @@ pkgbase = retsnoop depends = glibc depends = libelf depends = zlib - source = git+https://github.com/anakryiko/retsnoop.git#tag=v0.10 + source = git+https://github.com/anakryiko/retsnoop.git#tag=v0.10.1 source = git+https://github.com/libbpf/libbpf.git source = git+https://github.com/libbpf/bpftool.git - sha256sums = 0af94acab7a7ab8967e4ac8c4598b1c1d267b0f024481ec209d342d9d556f1f0 + sha256sums = d7caacd4a0efc18f14983c31bb1013fab4a8f4ea9a038b0803977cd2faef4583 sha256sums = SKIP sha256sums = SKIP ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: David Vernet <[email protected]> pkgname=retsnoop -pkgver=0.10 -pkgrel=2 +pkgver=0.10.1 +pkgrel=1 pkgdesc="A tool for investigating kernel error call stacks" url="https://github.com/anakryiko/retsnoop" arch=('x86_64') @@ -13,7 +13,7 @@ makedepends=('git' 'clang' 'cargo' 'llvm') source=("git+${url}.git#tag=v${pkgver}" git+https://github.com/libbpf/libbpf.git git+https://github.com/libbpf/bpftool.git) -sha256sums=('0af94acab7a7ab8967e4ac8c4598b1c1d267b0f024481ec209d342d9d556f1f0' +sha256sums=('d7caacd4a0efc18f14983c31bb1013fab4a8f4ea9a038b0803977cd2faef4583' 'SKIP' 'SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/retsnoop/-/commit/c04b78b34b603ce7f8470cfb5c4ff28818d1e34f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/retsnoop/-/commit/c04b78b34b603ce7f8470cfb5c4ff28818d1e34f You're receiving this email because of your account on gitlab.archlinux.org.
