diff options
Diffstat (limited to 'source/ap/lsof')
-rwxr-xr-x | source/ap/lsof/lsof.SlackBuild | 2 | ||||
-rw-r--r-- | source/ap/lsof/lsof.url | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/ap/lsof/lsof.SlackBuild b/source/ap/lsof/lsof.SlackBuild index f7665ebf..ef210a7a 100755 --- a/source/ap/lsof/lsof.SlackBuild +++ b/source/ap/lsof/lsof.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=lsof VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/ap/lsof/lsof.url b/source/ap/lsof/lsof.url index cbc6bd8c..7e6fefa2 100644 --- a/source/ap/lsof/lsof.url +++ b/source/ap/lsof/lsof.url @@ -1,2 +1,2 @@ https://github.com/lsof-org/lsof/releases -https://github.com/lsof-org/lsof/archive/4.93.2.tar.gz +https://github.com/lsof-org/lsof/archive/4.94.0.tar.gz |