Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages /
strace
Commits:
aec873f3 by Anatol Pomozov at 2024-02-26T18:16:47-08:00
upgpkg: 6.7-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,16 +1,16 @@
pkgbase = strace
pkgdesc = A diagnostic, debugging and instructional userspace tracer
- pkgver = 6.6
+ pkgver = 6.7
pkgrel = 1
url = https://strace.io/
arch = x86_64
- license = BSD
+ license = LGPL-2.1-or-later
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
+ source =
https://github.com/strace/strace/releases/download/v6.7/strace-6.7.tar.xz
+ source =
https://github.com/strace/strace/releases/download/v6.7/strace-6.7.tar.xz.asc
validpgpkeys = 296D6F29A020808E8717A8842DB5BD89A340AEB7
- sha256sums =
421b4186c06b705163e64dc85f271ebdcf67660af8667283147d5e859fc8a96c
+ sha256sums =
2090201e1a3ff32846f4fe421c1163b15f440bb38e31355d09f82d3949922af7
sha256sums = SKIP
pkgname = strace
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Tom Newsom <[email protected]>
pkgname=strace
-pkgver=6.6
+pkgver=6.7
pkgrel=1
pkgdesc='A diagnostic, debugging and instructional userspace tracer'
arch=(x86_64)
@@ -10,7 +10,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=('421b4186c06b705163e64dc85f271ebdcf67660af8667283147d5e859fc8a96c'
+sha256sums=('2090201e1a3ff32846f4fe421c1163b15f440bb38e31355d09f82d3949922af7'
'SKIP')
validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/strace/-/commit/aec873f395b06fcc38e5fefdc8292c60e56745e1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/strace/-/commit/aec873f395b06fcc38e5fefdc8292c60e56745e1
You're receiving this email because of your account on gitlab.archlinux.org.