Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / unhide
Commits: b20dc62d by Lukas Fleischer at 2025-08-06T14:28:03-04:00 upgpkg: 20240510-1: upstream update - - - - - 3 changed files: - .SRCINFO - PKGBUILD - REUSE.toml Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = unhide pkgdesc = A forensic tool to find processes hidden by rootkits, LKMs or by other techniques. - pkgver = 20220611 - pkgrel = 3 + pkgver = 20240510 + pkgrel = 1 url = https://github.com/YJesus/Unhide/ arch = x86_64 license = GPL3 @@ -10,11 +10,11 @@ pkgbase = unhide depends = psmisc depends = net-tools depends = procps-ng - source = https://github.com/YJesus/Unhide/archive/v20220611/unhide-20220611.tar.gz + source = https://github.com/YJesus/Unhide/archive/v20240510/unhide-20240510.tar.gz source = Makefile - md5sums = cb0fc465ef26e907ba2166551dc27369 + md5sums = 533a3701a631ada3b677a04bc9bd3a7f md5sums = 68ec8dcd2f25d4d5dad089a8535d462f - sha256sums = db0c29b6519982df07a9024d37b1e4618d40eaf13c2c01737ec79dcfba108eb6 + sha256sums = 72fb0f38450b71f80ca5331cff2b7b2024ffc9eb6178b6109bbd9638ccd4f771 sha256sums = 6d2a37133a5cb05995bf0c8f8230820ce24b6f3369c49e84a6da7684d2bb6579 pkgname = unhide ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Lukas Fleischer <lfleisc...@archlinux.org> pkgname=unhide -pkgver=20220611 -pkgrel=3 +pkgver=20240510 +pkgrel=1 pkgdesc='A forensic tool to find processes hidden by rootkits, LKMs or by other techniques.' arch=('x86_64') url='https://github.com/YJesus/Unhide/' @@ -10,9 +10,9 @@ license=('GPL3') depends=('iproute2' 'lsof' 'psmisc' 'net-tools' 'procps-ng') source=("https://github.com/YJesus/Unhide/archive/v$pkgver/$pkgname-$pkgver.tar.gz" "Makefile") -md5sums=('cb0fc465ef26e907ba2166551dc27369' +md5sums=('533a3701a631ada3b677a04bc9bd3a7f' '68ec8dcd2f25d4d5dad089a8535d462f') -sha256sums=('db0c29b6519982df07a9024d37b1e4618d40eaf13c2c01737ec79dcfba108eb6' +sha256sums=('72fb0f38450b71f80ca5331cff2b7b2024ffc9eb6178b6109bbd9638ccd4f771' '6d2a37133a5cb05995bf0c8f8230820ce24b6f3369c49e84a6da7684d2bb6579') prepare() { ===================================== REUSE.toml ===================================== @@ -20,3 +20,10 @@ path = [ ] SPDX-FileCopyrightText = "Arch Linux contributors" SPDX-License-Identifier = "0BSD" + +[[annotations]] +path = [ + "Makefile", +] +SPDX-FileCopyrightText = "Arch Linux contributors" +SPDX-License-Identifier = "0BSD" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/unhide/-/commit/b20dc62ddaa3a153e059af698c97ce11d2e14e93 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/unhide/-/commit/b20dc62ddaa3a153e059af698c97ce11d2e14e93 You're receiving this email because of your account on gitlab.archlinux.org.