Skip to content

Commit

Permalink
lsof: 4.99.0 -> 4.99.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Dec 17, 2023
1 parent 05aec52 commit 178498d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lsof/.md5sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
813ef5fc2064d9a265bd9b499eb671fe lsof-4.99.0.tar.gz
0dbafcbb36f6f495d85c1324170e248e lsof-4.99.3.tar.gz
6 changes: 3 additions & 3 deletions lsof/Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Depends on: libtirpc

name=lsof
version=4.99.0
version=4.99.3
release=1
source=https://github.com/lsof-org/lsof/archive/$version/lsof-$version.tar.gz

Expand All @@ -12,9 +12,9 @@ build() {
cd lsof-$version

./Configure -n linux
make V=1 CC="${cc:-gcc} $CFLAGS"
make V=1 CC="${CC:-cc} $CFLAGS"

install -d $PKG/usr/sbin $PKG/usr/share/man/man8/
mkdir -p $PKG/usr/sbin $PKG/usr/share/man/man8
install -m 0755 lsof $PKG/usr/sbin/
soelim Lsof.8 > $PKG/usr/share/man/man8/lsof.8
}

0 comments on commit 178498d

Please sign in to comment.