Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / strace
Commits: 0461ee31 by Anatol Pomozov at 2023-11-02T11:24:37-07:00 upgpkg: 6.6-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = strace + pkgdesc = A diagnostic, debugging and instructional userspace tracer + pkgver = 6.6 + pkgrel = 1 + url = https://strace.io/ + arch = x86_64 + license = BSD + depends = perl + depends = libunwind + source = https://github.com/strace/strace/releases/download/v6.6/strace-6.6.tar.xz + source = https://github.com/strace/strace/releases/download/v6.6/strace-6.6.tar.xz.asc + validpgpkeys = 296D6F29A020808E8717A8842DB5BD89A340AEB7 + sha256sums = 421b4186c06b705163e64dc85f271ebdcf67660af8667283147d5e859fc8a96c + sha256sums = SKIP + +pkgname = strace ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Tom Newsom <[email protected]> pkgname=strace -pkgver=6.5 +pkgver=6.6 pkgrel=1 pkgdesc='A diagnostic, debugging and instructional userspace tracer' arch=(x86_64) @@ -10,7 +10,7 @@ url='https://strace.io/' license=(BSD) depends=(perl libunwind) source=(https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz{,.asc}) -sha256sums=('dfb051702389e1979a151892b5901afc9e93bbc1c70d84c906ade3224ca91980' +sha256sums=('421b4186c06b705163e64dc85f271ebdcf67660af8667283147d5e859fc8a96c' 'SKIP') validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin <[email protected]> View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/strace/-/commit/0461ee311e1a5943498e06055429efe2c10e0e69 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/strace/-/commit/0461ee311e1a5943498e06055429efe2c10e0e69 You're receiving this email because of your account on gitlab.archlinux.org.
