* update lsof to 4.99.4-1
This commit is contained in:
parent
702280d9ee
commit
52b932beb2
22
lsof/.SRCINFO
Normal file
22
lsof/.SRCINFO
Normal file
@ -0,0 +1,22 @@
|
||||
pkgbase = lsof
|
||||
pkgdesc = Lists open files for running Unix processes
|
||||
pkgver = 4.99.4
|
||||
pkgrel = 1
|
||||
url = https://github.com/lsof-org/lsof
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
arch = powerpc64
|
||||
arch = powerpc
|
||||
arch = riscv64
|
||||
license = custom
|
||||
makedepends = groff
|
||||
depends = glibc
|
||||
depends = libtirpc
|
||||
source = https://github.com/lsof-org/lsof/releases/download/4.99.4/lsof-4.99.4.tar.gz
|
||||
source = reproducible-builds.patch
|
||||
sha256sums = 0c444e2dabec14ad146cbb7f5b52b5ab4976728402ff348d9feced9ad9740c66
|
||||
sha256sums = fdc62c85a7ace604aec5248d0543e6789c0042bc8be1ae0717561e088c85eb08
|
||||
b2sums = aa8e062f782f3e94688e725f963cc4a907abd49e1b78813ea3639afc284efb0946efd7f14f918f8792e253fb7bfceb6c3d258b84660d2af015a218d7cba16eb7
|
||||
b2sums = f42255d02b1b56692e1b28a282b9490901882a0c4b3991ae39e8fcfc62a4eb8183db370b26e67e700334d1141dcc3e725d9ee8a1981f9108c992c88fd4089732
|
||||
|
||||
pkgname = lsof
|
3
lsof/.nvchecker.toml
Normal file
3
lsof/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[lsof]
|
||||
source = "git"
|
||||
git = "https://github.com/lsof-org/lsof.git"
|
@ -8,8 +8,8 @@
|
||||
# Contributor: Hendrik Meyer <archlinux@t4cc0.re>
|
||||
|
||||
pkgname=lsof
|
||||
pkgver=4.99.3
|
||||
pkgrel=2.1
|
||||
pkgver=4.99.4
|
||||
pkgrel=1
|
||||
pkgdesc='Lists open files for running Unix processes'
|
||||
url='https://github.com/lsof-org/lsof'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
@ -23,9 +23,9 @@ makedepends=(
|
||||
)
|
||||
source=(https://github.com/lsof-org/lsof/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz
|
||||
reproducible-builds.patch)
|
||||
sha256sums=('86428a8881b0d1147a52058e853c775b83d794f0da685d549b2bfd07063ed1cd'
|
||||
sha256sums=('0c444e2dabec14ad146cbb7f5b52b5ab4976728402ff348d9feced9ad9740c66'
|
||||
'fdc62c85a7ace604aec5248d0543e6789c0042bc8be1ae0717561e088c85eb08')
|
||||
b2sums=('f2f298d8fe3f03b192984a31bd6b368e08c3ae5b8776625df413b94a0db59258e8aadb8ab4b94b9a3a54803fab463c1b920b524ee0ff512c8cda4b88e89b4c50'
|
||||
b2sums=('aa8e062f782f3e94688e725f963cc4a907abd49e1b78813ea3639afc284efb0946efd7f14f918f8792e253fb7bfceb6c3d258b84660d2af015a218d7cba16eb7'
|
||||
'f42255d02b1b56692e1b28a282b9490901882a0c4b3991ae39e8fcfc62a4eb8183db370b26e67e700334d1141dcc3e725d9ee8a1981f9108c992c88fd4089732')
|
||||
|
||||
prepare() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user