Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / tracexec
Commits: af73e3f0 by Orhun Parmaksız at 2024-10-07T09:16:41+03:00 upgpkg: 0.6.2-1: upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = tracexec pkgdesc = A small utility for tracing execve{,at} and pre-exec behavior - pkgver = 0.6.1 + pkgver = 0.6.2 pkgrel = 1 url = https://github.com/kxxt/tracexec arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = tracexec makedepends = cargo-about makedepends = git depends = gcc-libs - source = tracexec-0.6.1::git+https://github.com/kxxt/tracexec.git#tag=v0.6.1 - b2sums = f0a076952585dff73ae37c3e5b383a104f89c7780b04c41845967a6758f136948a69662a805d5677f8857bc7b3abffbc786e24009b1ed1e38f0e86b3e32e4294 + source = tracexec-0.6.2::git+https://github.com/kxxt/tracexec.git#tag=v0.6.2 + b2sums = 927a6eda7a032dc83f1bd210a14c1f353c05f8247bd488f31f5c9e2793d4bae47a79f31700b5d9cc6538b829e2104d2ecc63a24e61c73e2096792137f11dec64 pkgname = tracexec ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: kxxt <rsworktech at outlook dot com> pkgname=tracexec -pkgver=0.6.1 +pkgver=0.6.2 pkgrel=1 pkgdesc="A small utility for tracing execve{,at} and pre-exec behavior" arch=('x86_64') @@ -11,7 +11,7 @@ license=('GPL-2.0-or-later') depends=('gcc-libs') makedepends=('cargo' 'cargo-about' 'git') source=("$pkgname-$pkgver::git+https://github.com/kxxt/tracexec.git#tag=v$pkgver") -b2sums=('f0a076952585dff73ae37c3e5b383a104f89c7780b04c41845967a6758f136948a69662a805d5677f8857bc7b3abffbc786e24009b1ed1e38f0e86b3e32e4294') +b2sums=('927a6eda7a032dc83f1bd210a14c1f353c05f8247bd488f31f5c9e2793d4bae47a79f31700b5d9cc6538b829e2104d2ecc63a24e61c73e2096792137f11dec64') prepare() { cd "$pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tracexec/-/commit/af73e3f0ab745ec561396be31e8c459dd3f1307d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tracexec/-/commit/af73e3f0ab745ec561396be31e8c459dd3f1307d You're receiving this email because of your account on gitlab.archlinux.org.