Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / strace
Commits: 2b04c7f9 by Carl Smedstad at 2025-03-25T21:16:26+01:00 upgpkg: 6.14-1: Upstream release https://github.com/strace/strace/releases/tag/v6.14 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,16 +1,16 @@ pkgbase = strace pkgdesc = A diagnostic, debugging and instructional userspace tracer - pkgver = 6.13 + pkgver = 6.14 pkgrel = 1 url = https://strace.io/ arch = x86_64 license = LGPL-2.1-or-later depends = glibc depends = libunwind - 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 + source = https://github.com/strace/strace/releases/download/v6.14/strace-6.14.tar.xz + source = https://github.com/strace/strace/releases/download/v6.14/strace-6.14.tar.xz.asc validpgpkeys = 296D6F29A020808E8717A8842DB5BD89A340AEB7 - sha256sums = e209daf0ee038ca5adcc4c277e9273b4d51f46a2ff86da575d36742ac3508a17 + sha256sums = 244f3b5c20a32854ca9b7ca7a3ee091dd3d4bd20933a171ecee8db486c77d3c9 sha256sums = SKIP pkgname = strace ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Tom Newsom <[email protected]> pkgname=strace -pkgver=6.13 +pkgver=6.14 pkgrel=1 pkgdesc='A diagnostic, debugging and instructional userspace tracer' arch=(x86_64) @@ -15,7 +15,7 @@ depends=( libunwind ) source=("https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz"{,.asc}) -sha256sums=('e209daf0ee038ca5adcc4c277e9273b4d51f46a2ff86da575d36742ac3508a17' +sha256sums=('244f3b5c20a32854ca9b7ca7a3ee091dd3d4bd20933a171ecee8db486c77d3c9' 'SKIP') validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin <[email protected]> View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/strace/-/commit/2b04c7f907b7634a5ebf8917e3627163eb4269fb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/strace/-/commit/2b04c7f907b7634a5ebf8917e3627163eb4269fb You're receiving this email because of your account on gitlab.archlinux.org.
