ports/opt (3.7): strace: 6.1 -> 6.2
commit ac0d0e48ed8ddae6d1d70723ef4c21173afb016d Author: Tim Biermann <tbier@posteo.de> Date: Mon Feb 27 18:37:54 2023 +0100 strace: 6.1 -> 6.2 diff --git a/strace/.signature b/strace/.signature index 18c430daa..4450a0290 100644 --- a/strace/.signature +++ b/strace/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Z6NHgNM/Poz+UYXVIYeIK0HAupbicTRMk/kljfLWevxmTkiiQFvSx+g+guKLbF5W1D0dy4mZNRpkJZ+G4W6OgU= -SHA256 (Pkgfile) = 2b747ff83dd9c9895472f12f678e1f81269886aa7bc250aa50d63115f0db47ae +RWSE3ohX2g5d/Sl4V1MPTPSAnOmojPdu2UQxghuq4kbc39njVmHXtC0nT8wyt6hFgZsGYla4Ihy4UFdXDyFyReZNWrCjZtOa/QI= +SHA256 (Pkgfile) = cdbb967a8ef42880ce496b08d5ed20961454fdf40799f3f037a79fec1772a936 SHA256 (.footprint) = e14e788dcb9ecc1d6032e5f936c71f5e7a4fe3e64d07d728d811a7b0444c416e -SHA256 (strace-6.1.tar.xz) = 2579e9cec37dbb786f6ea0bebd15f40dd561ef2bde2a2a2ecdce5963b01859fd +SHA256 (strace-6.2.tar.xz) = 0c7d38a449416268d3004029a220a15a77c2206a03cc88120f37f46e949177e8 diff --git a/strace/Pkgfile b/strace/Pkgfile index 6502126af..6455475c1 100644 --- a/strace/Pkgfile +++ b/strace/Pkgfile @@ -4,12 +4,13 @@ # Depends on: elfutils name=strace -version=6.1 +version=6.2 release=1 source=(https://github.com/strace/strace/releases/download/v$version/$name-$version....) build() { cd $name-$version + ./configure --prefix=/usr make -j ${JOBS:-1} make DESTDIR=$PKG install
participants (1)
-
crux@crux.nu