diff options
author | Cem Keylan <cem@ckyln.com> | 2022-10-25 12:26:31 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-10-25 12:26:31 +0200 |
commit | 72313302b57af039f22323baf493c99f8f7fb4e3 (patch) | |
tree | 837e5df8a7d56170fee9b66f585020eaccf24c56 /extra/procps-ng | |
parent | af1cc6f4780392944b4036e500fb67023f1d68f0 (diff) | |
download | repository-72313302b57af039f22323baf493c99f8f7fb4e3.tar.gz |
procps-ng: bump to 4.0.1
Diffstat (limited to 'extra/procps-ng')
-rwxr-xr-x | extra/procps-ng/build | 4 | ||||
-rw-r--r-- | extra/procps-ng/checksums | 2 | ||||
-rw-r--r-- | extra/procps-ng/sources | 2 | ||||
-rw-r--r-- | extra/procps-ng/version | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/extra/procps-ng/build b/extra/procps-ng/build index 835f1e50..06737c15 100755 --- a/extra/procps-ng/build +++ b/extra/procps-ng/build @@ -5,10 +5,10 @@ --sbindir=/usr/bin # Fix includes for w.c -clsed 's|HAVE_UTMPX_H|DONT_HAVE_IT_THANK_YOU_VERY_MUCH|g' w.c +clsed 's|HAVE_UTMPX_H|DONT_HAVE_IT_THANK_YOU_VERY_MUCH|g' src/w.c # Fix includes for proc/escape.c -clsed '/\#endif/a #include <langinfo.h>' proc/escape.c +clsed '/\#endif/a #include <langinfo.h>' library/escape.c make CCLD="${CC:-cc} -all-static" make DESTDIR="$1" install diff --git a/extra/procps-ng/checksums b/extra/procps-ng/checksums index 1b5e960c..fde9771a 100644 --- a/extra/procps-ng/checksums +++ b/extra/procps-ng/checksums @@ -1,2 +1,2 @@ %BLAKE3 -098d16e1d792a62a280ce50a85021f34240c68890a260355324bf1e5f50c123e procps-ng-4.0.0.tar.xz +923ed4da71e61486165ef602f0a678cdb4ac1bda6bb8354a52714bc8bf3870de procps-ng-4.0.1.tar.xz diff --git a/extra/procps-ng/sources b/extra/procps-ng/sources index 30718ec3..0425d9bf 100644 --- a/extra/procps-ng/sources +++ b/extra/procps-ng/sources @@ -1 +1 @@ -https://downloads.sourceforge.net/project/procps-ng/Production/procps-ng-4.0.0.tar.xz +https://downloads.sourceforge.net/project/procps-ng/Production/procps-ng-4.0.1.tar.xz diff --git a/extra/procps-ng/version b/extra/procps-ng/version index f5e1c911..27328123 100644 --- a/extra/procps-ng/version +++ b/extra/procps-ng/version @@ -1 +1 @@ -4.0.0 1 +4.0.1 1 |