* update strace to 6.13-1

This commit is contained in:
Alexander Baldeck 2025-02-09 18:31:45 +01:00
parent 8d67e9ee08
commit 63f7ef168e
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = strace
pkgdesc = A diagnostic, debugging and instructional userspace tracer
pkgver = 6.12
pkgver = 6.13
pkgrel = 1
url = https://strace.io/
arch = x86_64
@ -11,10 +11,10 @@ pkgbase = strace
license = LGPL-2.1-or-later
depends = glibc
depends = libunwind
source = https://github.com/strace/strace/releases/download/v6.12/strace-6.12.tar.xz
source = https://github.com/strace/strace/releases/download/v6.12/strace-6.12.tar.xz.asc
source = https://github.com/strace/strace/releases/download/v6.13/strace-6.13.tar.xz
source = https://github.com/strace/strace/releases/download/v6.13/strace-6.13.tar.xz.asc
validpgpkeys = 296D6F29A020808E8717A8842DB5BD89A340AEB7
sha256sums = c47da93be45b6055f4dc741d7f20efaf50ca10160a5b100c109b294fd9c0bdfe
sha256sums = e209daf0ee038ca5adcc4c277e9273b4d51f46a2ff86da575d36742ac3508a17
sha256sums = SKIP
pkgname = strace

View File

@ -5,7 +5,7 @@
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=strace
pkgver=6.12
pkgver=6.13
pkgrel=1
pkgdesc='A diagnostic, debugging and instructional userspace tracer'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -16,7 +16,7 @@ depends=(
libunwind
)
source=("https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz"{,.asc})
sha256sums=('c47da93be45b6055f4dc741d7f20efaf50ca10160a5b100c109b294fd9c0bdfe'
sha256sums=('e209daf0ee038ca5adcc4c277e9273b4d51f46a2ff86da575d36742ac3508a17'
'SKIP')
validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin <ldv@altlinux.org>