* update strace to 6.10-1

This commit is contained in:
Alexander Baldeck 2024-10-07 16:06:41 +02:00
parent 98ef706dda
commit 7df6be755f
3 changed files with 26 additions and 2 deletions

20
strace/.SRCINFO Normal file
View File

@ -0,0 +1,20 @@
pkgbase = strace
pkgdesc = A diagnostic, debugging and instructional userspace tracer
pkgver = 6.10
pkgrel = 1
url = https://strace.io/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = LGPL-2.1-or-later
depends = perl
depends = libunwind
source = https://github.com/strace/strace/releases/download/v6.10/strace-6.10.tar.xz
source = https://github.com/strace/strace/releases/download/v6.10/strace-6.10.tar.xz.asc
validpgpkeys = 296D6F29A020808E8717A8842DB5BD89A340AEB7
sha256sums = 765ec71aa1de2fe37363c1e40c7b7669fc1d40c44bb5d38ba8e8cd82c4edcf07
sha256sums = SKIP
pkgname = strace

4
strace/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[strace]
source = "git"
git = "https://github.com/strace/strace.git"
prefix = "v"

View File

@ -3,7 +3,7 @@
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=strace
pkgver=6.9
pkgver=6.10
pkgrel=1
pkgdesc='A diagnostic, debugging and instructional userspace tracer'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -11,7 +11,7 @@ url='https://strace.io/'
license=(LGPL-2.1-or-later)
depends=(perl libunwind)
source=(https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz{,.asc})
sha256sums=('da189e990a82e3ca3a5a4631012f7ecfd489dab459854d82d8caf6a865c1356a'
sha256sums=('765ec71aa1de2fe37363c1e40c7b7669fc1d40c44bb5d38ba8e8cd82c4edcf07'
'SKIP')
validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin <ldv@altlinux.org>